addNamespace("JLLHSS.Controls");
JLLHSS.Controls.FeaturedProperty_class = Class.create();
JLLHSS.Controls.FeaturedProperty_class.prototype = (new AjaxPro.Request()).extend({
	GetSrcUrl: function(callback) {
		return this.invoke("GetSrcUrl", {}, callback);
	},
	initialize: function() {
		this.url = "/jllhss2/ajaxpro/JLLHSS.Controls.FeaturedProperty,JLLHSS.ashx";
	}
})
JLLHSS.Controls.FeaturedProperty = new JLLHSS.Controls.FeaturedProperty_class();

