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'){$$('img[src*="head2"]').set('src', '/images/geo/header_cl.jpg');}
			if(this.endvar == 'AR'){$$('img[src*="head2"]').set('src', '/images/geo/header_ar.jpg');}
			if(this.endvar == 'PE'){$$('img[src*="head2"]').set('src', '/images/geo/header_pe.jpg');}
			if(this.endvar == 'IT'){$$('img[src*="head2"]').set('src', '/images/geo/header_it.jpg');}
			if(this.endvar == 'VE'){$$('img[src*="head2"]').set('src', '/images/geo/header_ve.jpg');}
			if(this.endvar == 'US'){$$('img[src*="head2"]').set('src', '/images/geo/header_us.jpg');}
			
			if(this.endvar == 'CL'){$$('img[src*="tarotbuda"]').set('src', '/images/geo/header_es.jpg');}
			if(this.endvar == 'AR'){$$('img[src*="tarotbuda"]').set('src', '/images/geo/header_es.jpg');}
			if(this.endvar == 'PE'){$$('img[src*="tarotbuda"]').set('src', '/images/geo/header_es.jpg');}
			if(this.endvar == 'IT'){$$('img[src*="tarotbuda"]').set('src', '/images/geo/header_es.jpg');}
			if(this.endvar == 'VE'){$$('img[src*="tarotbuda"]').set('src', '/images/geo/header_es.jpg');}
			if(this.endvar == 'US'){$$('img[src*="tarotbuda"]').set('src', '/images/geo/header_es.jpg');}
			
       }).bind(settings)
   }).send('ipnum=' + ipnum);
});