<!--
<!-- Begin
var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
banner="<A HREF='http://www.losglaciares.com/thaler/index.html' target=_blank><img src='http://www.losglaciares.com/img/pub/tha.gif' alt='Thaler Agencia de Cambio SA' width=468 height=60 align=center border=0></a>";
}

document.write(banner);
//End Script -->