if(typeof Allers == "undefined") Allers={};
if(typeof Allers.Framework == "undefined") Allers.Framework={};
if(typeof Allers.Framework.Templates == "undefined") Allers.Framework.Templates={};
if(typeof Allers.Framework.Templates.ContentBlocks == "undefined") Allers.Framework.Templates.ContentBlocks={};
if(typeof Allers.Framework.Templates.ContentBlocks.TipAFriend == "undefined") Allers.Framework.Templates.ContentBlocks.TipAFriend={};
Allers.Framework.Templates.ContentBlocks.TipAFriend_class = function() {};
Object.extend(Allers.Framework.Templates.ContentBlocks.TipAFriend_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMessage: function(senderName, receiverEmail, dId) {
		return this.invoke("SendMessage", {"senderName":senderName, "receiverEmail":receiverEmail, "dId":dId}, this.SendMessage.getArguments().slice(3));
	},
	url: '/ajaxpro/Allers.Framework.Templates.ContentBlocks.TipAFriend,Allers.Framework.ashx'
}));
Allers.Framework.Templates.ContentBlocks.TipAFriend = new Allers.Framework.Templates.ContentBlocks.TipAFriend_class();

