if(typeof GasBuddy_ASPX == "undefined") GasBuddy_ASPX={};
if(typeof GasBuddy_ASPX.SubmitNewsForm == "undefined") GasBuddy_ASPX.SubmitNewsForm={};
GasBuddy_ASPX.SubmitNewsForm_class = function() {};
Object.extend(GasBuddy_ASPX.SubmitNewsForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertInTheNewsItem: function(robot, outlet, dte, url, comments, description, media_type, site) {
		return this.invoke("InsertInTheNewsItem", {"robot":robot, "outlet":outlet, "dte":dte, "url":url, "comments":comments, "description":description, "media_type":media_type, "site":site}, this.InsertInTheNewsItem.getArguments().slice(8));
	},
	url: '/ajaxpro/GasBuddy_ASPX.SubmitNewsForm,GasBuddy_ASPX.ashx'
}));
GasBuddy_ASPX.SubmitNewsForm = new GasBuddy_ASPX.SubmitNewsForm_class();

