if(typeof Corestar == "undefined") Corestar={};
if(typeof Corestar.joinus == "undefined") Corestar.joinus={};
Corestar.joinus_class = function() {};
Object.extend(Corestar.joinus_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
Searchjoin: function(keyword, joincity, jointype, joindpt, jointime, pno) {
return this.invoke("Searchjoin", {"keyword":keyword, "joincity":joincity, "jointype":jointype, "joindpt":joindpt, "jointime":jointime, "pno":pno}, this.Searchjoin.getArguments().slice(6));
},
url: '/ajaxpro/Corestar.joinus,web.ashx'
}));
Corestar.joinus = new Corestar.joinus_class();