if(typeof AutoBasthi == "undefined") AutoBasthi={};
AutoBasthi.ListingDetail_class = function() {};
Object.extend(AutoBasthi.ListingDetail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	isLoggedIN: function() {
		return this.invoke("isLoggedIN", {}, this.isLoggedIN.getArguments().slice(0));
	},
	url: '/ajaxpro/AutoBasthi.ListingDetail,AutoBasthi.ashx'
}));
AutoBasthi.ListingDetail = new AutoBasthi.ListingDetail_class();


