function AdvertiseVO(
				guide, 
				searchId, 
				endeId, 
				teleId, 
				nomeHtml, 
				anunId, 
				prioridade, 
				latitude, 
				longitude, 
				typeProduct, 
				promotion, 
				lineInfo, 
				email, 
				url, 
				logotype, 
				hasTourvirtual, 
				hasHotmedia, 
				hasMap, 
				hasPromotion, 
				hasSaibaMais, 
				clientId, 
				templateName,
				templateNameMoreInfo,
				top,
				activityMainId,
				activityMainDesc,
				hasMoreAddresses,
				hasMoreEmails,
				hasMoreActivities,
				uf,
				cnpj,
				pos, 
				status,
				urlVideo,
				textoVideo,
				hasVideo,
				hasMoreUrl,
				numeroContrato,
				numeroCuenta,
				logotipo_contacto,
				has_logotipo,
				has_fotopanoramica,
				has_panoramica_navegable
				
	)
{    
	this.guide = guide;
	this.searchId = searchId;
	this.endeId = endeId;
	this.teleId = teleId;
	this.nomeHtml = nomeHtml;
	this.anunId = anunId;
	this.prioridade = prioridade;
	this.latitude = latitude;
	this.longitude = longitude;
	this.typeProduct = typeProduct;
	this.promotion = promotion;
	this.lineInfo = lineInfo;
	this.email = email;
	this.url = url;
	this.logotype = logotype;
	this.hasTourvirtual = hasTourvirtual;
	this.hasHotmedia = hasHotmedia;
	this.hasMap = hasMap;
	this.hasPromotion = hasPromotion;
	this.hasSaibaMais = hasSaibaMais;
	this.clientId = clientId;
    this.templateName = templateName;
    this.templateNameMoreInfo = templateNameMoreInfo;
    this.top = top;
    this.activityMainId = activityMainId;
    this.activityMainDesc = activityMainDesc;
    this.hasMoreAddresses = hasMoreAddresses;
    this.hasMoreEmails = hasMoreEmails;
    this.hasMoreActivities = hasMoreActivities;
    this.uf = uf;
    this.cnpj = cnpj;
	this.pos = pos;
	this.status = status;
	this.urlVideo = urlVideo;
	this.textoVideo = textoVideo;
	this.hasVideo = hasVideo;
	this.hasMoreUrl = hasMoreUrl;
	this.numeroContrato = numeroContrato;
	this.numeroCuenta = numeroCuenta;
	this.logotipo_contacto = logotipo_contacto;
	this.has_logotipo = has_logotipo;
	this.has_fotopanoramica = has_fotopanoramica;
	this.has_panoramica_navegable = has_panoramica_navegable;
	
	function reset() {

		this.guide = null;
		this.searchId = null;
		this.endeId = null;
		this.teleId = null;
		this.nomeHtml = null;
		this.anunId = null;
		this.prioridade = null;
		this.latitude = null;
		this.longitude = null;
		this.typeProduct = null;
		this.promotion = null;
		this.lineInfo = null;
		this.email = null;
		this.url = null;
		this.logotype = null;
		this.hasTourvirtual = null;
		this.hasHotmedia = null;
		this.hasMap = null;
		this.hasPromotion = null;
		this.hasSaibaMais = null;
		this.clientId = null;
	    this.templateName = null;
	    this.templateNameMoreInfo = null;
	    this.top = null;
	    this.activityMainId = null;
	    this.activityMainDesc = null;
	    this.hasMoreAddresses = null;
	    this.hasMoreEmails = null;
	    this.hasMoreActivities = null;
		this.uf = null;
		this.cnpj = null;
		this.pos = null;
		this.status = null;
		this.urlVideo = null;
		this.textoVideo = null;
		this.hasVideo = null;
		this.hasMoreUrl = null;
		this.numeroContrato = null;
		this.numeroCuenta = null;
		this.logotipo_contacto = null;
		this.has_logotipo = null;
		this.has_fotopanoramica = null;
		this.has_panoramica_navegable = null;
	}
	
	function toString() {
		var str = '';
		str += 'guide: ' + this.guide + '\n';
		str += 'searchId: ' + this.searchId + '\n';
		str += 'endeId: ' + this.endeId + '\n';
		str += 'teleId: ' + this.teleId + '\n';
		str += 'nomeHtml: ' + this.nomeHtml + '\n';
		str += 'anunId: ' + this.anunId + '\n';
		str += 'prioridade: ' + this.prioridade + '\n';
		str += 'latitude: ' + this.latitude + '\n';
		str += 'longitude: ' + this.longitude + '\n';
		str += 'typeProduct: ' + this.typeProduct + '\n';
		str += 'promotion: ' + this.promotion + '\n';
		str += 'lineInfo: ' + this.lineInfo + '\n';
		str += 'email: ' + this.email + '\n';
		str += 'url: ' + this.url + '\n';
		str += 'logotype: ' + this.logotype + '\n';
		str += 'hasTourvirtual: ' + this.hasTourvirtual + '\n';
		str += 'hasHotmedia: ' + this.hasHotmedia + '\n';
		str += 'hasMap: ' + this.hasMap + '\n';
		str += 'hasPromotion: ' + this.hasPromotion + '\n';
		str += 'hasSaibaMais: ' + this.hasSaibaMais + '\n';
		str += 'clientId: ' + this.clientId + '\n';
		str += 'this.templateName: ' + this.templateName + '\n';
		str += 'this.templateNameMoreInfo: ' + this.templateNameMoreInfo + '\n';
		str += 'this.activityMainId: ' + this.activityMainId + '\n';
		str += 'this.activityMainDesc: ' + this.activityMainDesc + '\n';
		str += 'this.hasMoreAddresses: ' + this.hasMoreAddresses + '\n';
		str += 'this.hasMoreEmails: ' + this.hasMoreEmails + '\n';
		str += 'this.hasMoreActivities: ' + this.hasMoreActivities + '\n';
		str += 'uf: ' + this.uf + '\n';
		str += 'cnpj: ' + this.cnpj + '\n';
		str += 'pos: ' + this.pos + '\n';
		str += 'status: ' + this.status + '\n';
		str += 'urlVideo: ' + this.urlVideo + '\n';
		str += 'textoVideo: ' + this.textoVideo + '\n';
		str += 'hasVideo: ' + this.textoVideo + '\n';
		str += 'hasMoreUrl: ' + this.hasMoreUrl + '\n';
		str += 'numeroContrato: ' + this.numeroContrato + '\n';
		str += 'numeroCuenta: ' + this.numeroCuenta + '\n';
		str += 'logotipo_contacto: ' + this.logotipo_contacto + '\n';
		str += 'has_logotipo: ' + this.has_logotipo + '\n';
		str += 'has_fotopanoramica: ' + this.has_fotopanoramica + '\n';
		str += 'has_panoramica_navegable: ' + this.has_panoramica_navegable + '\n';
		return str;
	}

	this.reset = reset;
	this.toString = toString;
} 
