if(typeof magicMsg == "undefined") magicMsg={};
if(typeof magicMsg.index == "undefined") magicMsg.index={};
magicMsg.index_class = function() {};
Object.extend(magicMsg.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/magicMsg.index,magicMsg.ashx'
}));
magicMsg.index = new magicMsg.index_class();

