if(typeof NoyesJewelry == "undefined") NoyesJewelry={};
if(typeof NoyesJewelry.App == "undefined") NoyesJewelry.App={};
NoyesJewelry.App.Default_class = function() {};
Object.extend(NoyesJewelry.App.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRandomItems: function() {
		return this.invoke("GetRandomItems", {}, this.GetRandomItems.getArguments().slice(0));
	},
	url: '/ajaxpro/NoyesJewelry.App.Default,NoyesJewelry.App.ashx'
}));
NoyesJewelry.App.Default = new NoyesJewelry.App.Default_class();


