addNamespace("IB");
IB.WhatsHot_class = Class.create();
IB.WhatsHot_class.prototype = (new AjaxPro.Request()).extend({
	Click_ServerEvent: function(callback) {
		return this.invoke("Click_ServerEvent", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/IB.WhatsHot,IB.ashx";
	}
})
IB.WhatsHot = new IB.WhatsHot_class();

