addNamespace("Home");
Home_class = Class.create();
Home_class.prototype = (new AjaxPro.Request()).extend({
	GetSearchItems: function(state, query, type, str_no, callback) {
		return this.invoke("GetSearchItems", {"state":state, "query":query, "type":type, "str_no":str_no}, callback);
	},
	GetHotelSearchItems: function(state, query, type, str_no, callback) {
		return this.invoke("GetHotelSearchItems", {"state":state, "query":query, "type":type, "str_no":str_no}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Home,App_Web_home.aspx.cdcab7d2.h7v4ijxt.ashx";
	}
})
Home = new Home_class();

