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));
	},
	AddRating: function(contentId, rating) {
		return this.invoke("AddRating", {"contentId":contentId, "rating":rating}, this.AddRating.getArguments().slice(2));
	},
	AddReview: function(contentId, title, description) {
		return this.invoke("AddReview", {"contentId":contentId, "title":title, "description":description}, this.AddReview.getArguments().slice(3));
	},
	LogIn: function(email, password) {
		return this.invoke("LogIn", {"email":email, "password":password}, this.LogIn.getArguments().slice(2));
	},
	IsLogIn: function() {
		return this.invoke("IsLogIn", {}, this.IsLogIn.getArguments().slice(0));
	},
	url: '/ajaxpro/Verizon.Surround.Web.Default,App_Web_default.aspx.cdcab7d2.ashx'
}));
Verizon.Surround.Web.Default = new Verizon.Surround.Web.Default_class();

