if(typeof TwentyFour == "undefined") TwentyFour={};
if(typeof TwentyFour.Blogs == "undefined") TwentyFour.Blogs={};
if(typeof TwentyFour.Blogs.Web == "undefined") TwentyFour.Blogs.Web={};
if(typeof TwentyFour.Blogs.Web.ViewBlog == "undefined") TwentyFour.Blogs.Web.ViewBlog={};
TwentyFour.Blogs.Web.ViewBlog_class = function() {};
Object.extend(TwentyFour.Blogs.Web.ViewBlog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SaveToAlbum: function(albumId, url, ipAddress, ownerName, messageUrl, blogId, messageId) {
		return this.invoke("SaveToAlbum", {"albumId":albumId, "url":url, "ipAddress":ipAddress, "ownerName":ownerName, "messageUrl":messageUrl, "blogId":blogId, "messageId":messageId}, this.SaveToAlbum.getArguments().slice(7));
	},
	GetTagsForKeyword: function(keyword) {
		return this.invoke("GetTagsForKeyword", {"keyword":keyword}, this.GetTagsForKeyword.getArguments().slice(1));
	},
	url: '/ajaxpro/TwentyFour.Blogs.Web.ViewBlog,App_Web_viewblog.aspx.cdcab7d2.ashx'
}));
TwentyFour.Blogs.Web.ViewBlog = new TwentyFour.Blogs.Web.ViewBlog_class();

