if(typeof GB_Blog == "undefined") GB_Blog={};
if(typeof GB_Blog.BlogPost1_class == "undefined") GB_Blog.BlogPost1_class={};
GB_Blog.BlogPost1_class = function() {};
Object.extend(GB_Blog.BlogPost1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	validateVC: function(vcode) {
		return this.invoke("validateVC", {"vcode":vcode}, this.validateVC.getArguments().slice(1));
	},
	sm: function(values) {
		return this.invoke("sm", {"values":values}, this.sm.getArguments().slice(1));
	},
	url: '/ajaxpro/GB_Blog.BlogPost1,GB_Blog.ashx'
}));
GB_Blog.BlogPost1 = new GB_Blog.BlogPost1_class();


