if(typeof Verizon == "undefined") Verizon={};
if(typeof Verizon.Surround == "undefined") Verizon.Surround={};
if(typeof Verizon.Surround.Web == "undefined") Verizon.Surround.Web={};
if(typeof Verizon.Surround.Web.Default == "undefined") Verizon.Surround.Web.Default={};
Verizon.Surround.Web.Default_class = function() {};
Object.extend(Verizon.Surround.Web.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(strFrom, strTo, strSubject, strBody) {
		return this.invoke("SendMail", {"strFrom":strFrom, "strTo":strTo, "strSubject":strSubject, "strBody":strBody}, this.SendMail.getArguments().slice(4));
	},
	SendToFriend: function(fromName, fromEmail, toEmail, cityId, videoId) {
		return this.invoke("SendToFriend", {"fromName":fromName, "fromEmail":fromEmail, "toEmail":toEmail, "cityId":cityId, "videoId":videoId}, this.SendToFriend.getArguments().slice(5));
	},
	url: '/ajaxpro/Verizon.Surround.Web.Default,App_Web_default.aspx.cdcab7d2.ashx'
}));
Verizon.Surround.Web.Default = new Verizon.Surround.Web.Default_class();

