if(typeof Gryphtech == "undefined") Gryphtech={};
if(typeof Gryphtech.Slingshot == "undefined") Gryphtech.Slingshot={};
if(typeof Gryphtech.Slingshot.SmartModules == "undefined") Gryphtech.Slingshot.SmartModules={};
if(typeof Gryphtech.Slingshot.SmartModules.Slingshot == "undefined") Gryphtech.Slingshot.SmartModules.Slingshot={};
if(typeof Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed == "undefined") Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed={};
if(typeof Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed == "undefined") Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed={};
Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed_class = function() {};
Object.extend(Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsRecentlyViewed: function(ItemId) {
		return this.invoke("IsRecentlyViewed", {"ItemId":ItemId}, this.IsRecentlyViewed.getArguments().slice(1));
	},
	UpdateDataGrid: function(NoItemText) {
		return this.invoke("UpdateDataGrid", {"NoItemText":NoItemText}, this.UpdateDataGrid.getArguments().slice(1));
	},
	AddToList: function(ItemId, HyperLink, Description) {
		return this.invoke("AddToList", {"ItemId":ItemId, "HyperLink":HyperLink, "Description":Description}, this.AddToList.getArguments().slice(3));
	},
	url: '/ajaxpro/Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed,SmartModuleSlingshotMyRecentlyViewed.ashx'
}));
Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed = new Gryphtech.Slingshot.SmartModules.Slingshot.MyRecentlyViewed.SmartModuleSlingshotMyRecentlyViewed_class();

