ConstantManager = {
		data:{
				'STATICROOT':'/static'
		},
		get:function(srch){
			return this.data[srch];
	
		}
}
