RandomDesign_class = function() {};
Object.extend(RandomDesign_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPrevNextRandomFashionDesign: function(designIdCollection) {
		return this.invoke("GetPrevNextRandomFashionDesign", {"designIdCollection":designIdCollection}, this.GetPrevNextRandomFashionDesign.getArguments().slice(1));
	},
	GetRandomDesign: function(sectionID, fashionSupplierID) {
		return this.invoke("GetRandomDesign", {"sectionID":sectionID, "fashionSupplierID":fashionSupplierID}, this.GetRandomDesign.getArguments().slice(2));
	},
	url: '/ajaxpro/DataLayer.RandomDesign,App_Code.jxp0liny.ashx'
}));
RandomDesign = new RandomDesign_class();

