var settings = {endvar: 'sukaloh'} 
window.addEvent('domready', function() {
   new Request({
       url: '/ajax.php',
       method: 'get', 
       noCache: true,
       onSuccess: (function(responseText) {
      		this.endvar = responseText;
			if(this.endvar == 'CL'){$('cabecera').setStyle('background-image', 'url(/images/geo/header_cl.jpg)');}
			if(this.endvar == 'AR'){$('cabecera').setStyle('background-image', 'url(/images/geo/header_ar.jpg)');}
			if(this.endvar == 'PE'){$('cabecera').setStyle('background-image', 'url(/images/geo/header_pe.jpg)');}
			if(this.endvar == 'IT'){$('cabecera').setStyle('background-image', 'url(/images/geo/header_it.jpg)');}
			if(this.endvar == 'VE'){$('cabecera').setStyle('background-image', 'url(/images/geo/header_ve.jpg)');}
			if(this.endvar == 'US'){$('cabecera').setStyle('background-image', 'url(/images/geo/header_us.jpg)');}
			
			if(this.endvar == 'CL'){$$('.Estilo45').set('html', 'El Tarot del Amor de Esperanza. Llame ahora al 581.34.78');}
			if(this.endvar == 'AR'){$$('.Estilo45').set('html', 'El Tarot del Amor de Esperanza. Llame ahora al (11) 598.394.60');}
			if(this.endvar == 'PE'){$$('.Estilo45').set('html', 'El Tarot del Amor de Esperanza. Llame ahora al (1) 708.53.89');}
			if(this.endvar == 'IT'){$$('.Estilo45').set('html', 'El Tarot del Amor de Esperanza. Llame ahora al 06.622.078.42');}
			if(this.endvar == 'VE'){$$('.Estilo45').set('html', 'El Tarot del Amor de Esperanza. Llame ahora al 212.335.75.54');}
			if(this.endvar == 'US'){$$('.Estilo45').set('html', 'El Tarot del Amor de Esperanza. Llame ahora al 1-877-2154643');}
      	
       }).bind(settings)
   }).send('ipnum=' + ipnum);
});