if(typeof Exact == "undefined") Exact={};
if(typeof Exact.Templates == "undefined") Exact.Templates={};
if(typeof Exact.Templates.TipFactory == "undefined") Exact.Templates.TipFactory={};
Exact.Templates.TipFactory_class = function() {};
Object.extend(Exact.Templates.TipFactory_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxTipForm: function(finnKode, sid) {
		return this.invoke("AjaxTipForm", {"finnKode":finnKode, "sid":sid}, this.AjaxTipForm.getArguments().slice(2));
	},
	AjaxSendTips: function(aid, did, finnKode, sid, name, email, comment) {
		return this.invoke("AjaxSendTips", {"aid":aid, "did":did, "finnKode":finnKode, "sid":sid, "name":name, "email":email, "comment":comment}, this.AjaxSendTips.getArguments().slice(7));
	},
	url: '/ajaxpro/Exact.Templates.TipFactory,Exact.ashx'
}));
Exact.Templates.TipFactory = new Exact.Templates.TipFactory_class();

