function VendorsVisits() {}
VendorsVisits.prototype = new DXMLHttpRequestShell();
VendorsVisits.constructor = VendorsVisits;
VendorsVisits.prototype.onLoad = function() {}
VendorsVisits.prototype.send = function(id, category) {
    this.init();
   	this.fastGetUrl(BASE_URL + "vendors/addvisitor/" + id + "/" + category + ".html", "");
}
