if(typeof Purina == "undefined") Purina={};
if(typeof Purina.Com == "undefined") Purina.Com={};
if(typeof Purina.Com.Web == "undefined") Purina.Com.Web={};
if(typeof Purina.Com.Web.Dogs == "undefined") Purina.Com.Web.Dogs={};
if(typeof Purina.Com.Web.Dogs.BreedLibrary == "undefined") Purina.Com.Web.Dogs.BreedLibrary={};
if(typeof Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility == "undefined") Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility={};
Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility_class = function() {};
Object.extend(Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecentlyViewedFromSession: function() {
		return this.invoke("GetRecentlyViewedFromSession", {}, this.GetRecentlyViewedFromSession.getArguments().slice(0));
	},
	FilterResults: function(jsonObject) {
		return this.invoke("FilterResults", {"jsonObject":jsonObject}, this.FilterResults.getArguments().slice(1));
	},
	url: '/ajaxpro/Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility,Purina.Com.Web.ashx'
}));
Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility = new Purina.Com.Web.Dogs.BreedLibrary.BreedLibraryAjaxUtility_class();

