if(typeof Microsoft == "undefined") Microsoft={};
if(typeof Microsoft.CommerceServer == "undefined") Microsoft.CommerceServer={};
if(typeof Microsoft.CommerceServer.Site == "undefined") Microsoft.CommerceServer.Site={};
if(typeof Microsoft.CommerceServer.Site.GelecekUrunler == "undefined") Microsoft.CommerceServer.Site.GelecekUrunler={};
Microsoft.CommerceServer.Site.GelecekUrunler_class = function() {};
Object.extend(Microsoft.CommerceServer.Site.GelecekUrunler_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMultiCatalogProducts: function() {
		return this.invoke("GetMultiCatalogProducts", {}, this.GetMultiCatalogProducts.getArguments().slice(0));
	},
	GetProducts: function(cname, o, RecordStart) {
		return this.invoke("GetProducts", {"cname":cname, "o":o, "RecordStart":RecordStart}, this.GetProducts.getArguments().slice(3));
	},
	url: '/ajaxpro/Microsoft.CommerceServer.Site.GelecekUrunler,Microsoft.CommerceServer.Retail2002.ashx'
}));
Microsoft.CommerceServer.Site.GelecekUrunler = new Microsoft.CommerceServer.Site.GelecekUrunler_class();


