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

if (ad==1) {
boton2="<A HREF='http://www.losglaciares.com/es/publicidad.html' target=_self><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=110 HEIGHT=60><PARAM NAME=movie VALUE='http://www.losglaciares.com/img/pub/anuncie.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#007ACC><EMBED src='http://www.losglaciares.com/img/pub/anuncie.swf' quality=high bgcolor=#007ACC WIDTH=110 HEIGHT=60 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></OBJECT></a>";
}
if (ad==2) {
boton2="<A HREF='http://www.losglaciares.com/lagunanegra/index.html' target=_blank><img src='http://www.losglaciares.com/img/pub/cln.gif' Alt='Chocolates y Bombones Laguna Negra' width=110 height=60 align=center border=0></a>";
}

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