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.ToolBar == "undefined") Verizon.Surround.Web.ToolBar={};
Verizon.Surround.Web.ToolBar_class = function() {};
Object.extend(Verizon.Surround.Web.ToolBar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUnreadEmailCount: function() {
		return this.invoke("GetUnreadEmailCount", {}, this.GetUnreadEmailCount.getArguments().slice(0));
	},
	GetFeedItems: function() {
		return this.invoke("GetFeedItems", {}, this.GetFeedItems.getArguments().slice(0));
	},
	GetFiosNewVoiceMessages: function() {
		return this.invoke("GetFiosNewVoiceMessages", {}, this.GetFiosNewVoiceMessages.getArguments().slice(0));
	},
	url: '/ajaxpro/Verizon.Surround.Web.ToolBar,App_Web_toolbar.ascx.cc671b29.ashx'
}));
Verizon.Surround.Web.ToolBar = new Verizon.Surround.Web.ToolBar_class();

