addNamespace("DerbigumContractor");
DerbigumContractor.Infoboks_SEO_produkter_class = Class.create();
DerbigumContractor.Infoboks_SEO_produkter_class.prototype = (new AjaxPro.AjaxClass()).extend({
	GoSearch: function() {
		return this.invoke("GoSearch", {}, this.GoSearch.getArguments().slice(0));
	},
	GetCompanyName: function() {
		return this.invoke("GetCompanyName", {}, this.GetCompanyName.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/DerbigumContractor.Infoboks_SEO_produkter,Contractor2008.ashx';
	}
});
DerbigumContractor.Infoboks_SEO_produkter = new DerbigumContractor.Infoboks_SEO_produkter_class();

