if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.Applications == "undefined") MatchMyPet.Applications={};
if(typeof MatchMyPet.Applications.PetMosaic == "undefined") MatchMyPet.Applications.PetMosaic={};
if(typeof MatchMyPet.Applications.PetMosaic.PetMosaicControl == "undefined") MatchMyPet.Applications.PetMosaic.PetMosaicControl={};
MatchMyPet.Applications.PetMosaic.PetMosaicControl_class = function() {};
Object.extend(MatchMyPet.Applications.PetMosaic.PetMosaicControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Shuffle: function() {
		return this.invoke("Shuffle", {}, this.Shuffle.getArguments().slice(0));
	},
	GetPetIdByPictureId: function(picture_id) {
		return this.invoke("GetPetIdByPictureId", {"picture_id":picture_id}, this.GetPetIdByPictureId.getArguments().slice(1));
	},
	url: '/ajaxpro/MatchMyPet.Applications.PetMosaic.PetMosaicControl,MatchMyPet.ashx'
}));
MatchMyPet.Applications.PetMosaic.PetMosaicControl = new MatchMyPet.Applications.PetMosaic.PetMosaicControl_class();

