if(typeof ClassV2 == "undefined") ClassV2={};
if(typeof ClassV2.DataFeed == "undefined") ClassV2.DataFeed={};
ClassV2.DataFeed_class = function() {};
Object.extend(ClassV2.DataFeed_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetModels: function(makeID, sclID) {
		return this.invoke("GetModels", {"makeID":makeID, "sclID":sclID}, this.GetModels.getArguments().slice(2));
	},
	GetMakesBySclID: function(sclID) {
		return this.invoke("GetMakesBySclID", {"sclID":sclID}, this.GetMakesBySclID.getArguments().slice(1));
	},
	GetMakes: function(sclName, clsName) {
		return this.invoke("GetMakes", {"sclName":sclName, "clsName":clsName}, this.GetMakes.getArguments().slice(2));
	},
	GetSubCategories: function(myCat) {
		return this.invoke("GetSubCategories", {"myCat":myCat}, this.GetSubCategories.getArguments().slice(1));
	},
	GetCategories: function() {
		return this.invoke("GetCategories", {}, this.GetCategories.getArguments().slice(0));
	},
	SaveAds: function(memid, adid) {
		return this.invoke("SaveAds", {"memid":memid, "adid":adid}, this.SaveAds.getArguments().slice(2));
	},
	GetOnlineCategories: function(pubid, rid) {
		return this.invoke("GetOnlineCategories", {"pubid":pubid, "rid":rid}, this.GetOnlineCategories.getArguments().slice(2));
	},
	GetPrintCategories: function(pubid, rid, sclid) {
		return this.invoke("GetPrintCategories", {"pubid":pubid, "rid":rid, "sclid":sclid}, this.GetPrintCategories.getArguments().slice(3));
	},
	GetOnlineCategories2: function(rid) {
		return this.invoke("GetOnlineCategories2", {"rid":rid}, this.GetOnlineCategories2.getArguments().slice(1));
	},
	GetSubCategories2: function(rid, catid) {
		return this.invoke("GetSubCategories2", {"rid":rid, "catid":catid}, this.GetSubCategories2.getArguments().slice(2));
	},
	AdRedirect: function(AdID, DlrID, ActionID) {
		return this.invoke("AdRedirect", {"AdID":AdID, "DlrID":DlrID, "ActionID":ActionID}, this.AdRedirect.getArguments().slice(3));
	},
	loadCLSNameMake: function(sclID, printCatid) {
		return this.invoke("loadCLSNameMake", {"sclID":sclID, "printCatid":printCatid}, this.loadCLSNameMake.getArguments().slice(2));
	},
	url: '/ajaxpro/ClassV2.DataFeed,ClassV2.ashx'
}));
ClassV2.DataFeed = new ClassV2.DataFeed_class();

