function otro()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<a href="http://www.wunderground.com/global/stations/85574.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85574.gif" border=0alt="Click for Santiago, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="blue">Santiago</font></a>'); } // santiago
if (ranNum == 1){document.write('<a href="http://www.wunderground.com/global/stations/85488.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85488.gif" border=0 alt="Click for La Serena, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="azul">La Serena</font></a>'); } // serena
if (ranNum == 2){document.write('<a href="http://www.wunderground.com/global/stations/85442.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85442.gif" border=0alt="Click for Antofagasta, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="blue">Antofagasta</font></a>'); } // antofagasta
if (ranNum == 3){document.write('<a href="http://www.wunderground.com/global/stations/85682.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85682.gif" border=0 alt="Click for Concepcion, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="azul">Concepcion</font></a>'); } // concepcion
if (ranNum == 4){document.write('<a href="http://www.wunderground.com/global/stations/85574.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85574.gif" border=0alt="Click for Santiago, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="blue">Santiago</font></a>'); } // santiago2
if (ranNum == 5){document.write('<a href="http://www.wunderground.com/global/stations/85574.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85574.gif" border=0alt="Click for Santiago, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="blue">Santiago</font></a>'); } // santiago3
if (ranNum == 6){document.write('<a href="http://www.wunderground.com/global/stations/85574.html?bannertypeclick=gizmotimetemp"><img src="http://banners.wunderground.com/weathersticker/gizmotimetemp_both/language/www/global/stations/85574.gif" border=0alt="Click for Santiago, Chile Forecast" height=41 width=127><br><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="blue">Santiago</font></a>'); } // santiago4
}
