<!-- Begin

var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Jakarta (WIB)"; 
url="http://www.wunderground.com/global/stations/96745.html?bannertypeclick=miniWeather2";
alt="Jakarta Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/96745.gif";
width="150";
height="50";
}
if (ad==2) {
txt="Surabaya, East Java (WIB)"; 
url="http://www.wunderground.com/global/stations/96933.html?bannertypeclick=miniWeather2";
alt="Surabaya Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/96933.gif";
width="150";
height="50";
}
if (ad==3) {
txt="Denpasar, Bali (WITA)"; 
url="http://www.wunderground.com/global/stations/97230.html?bannertypeclick=miniWeather2";
alt="Denpasar, Bali Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/97230.gif";
width="150";
height="50";
}
// copy from here to END *******
if (ad==4) {
txt="Makassar, Sulawesi (WITA)"; 
url="http://www.wunderground.com/global/stations/97180.html?bannertypeclick=miniWeather2";
alt="Makassar Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/97180.gif";
width="150";
height="50";
}
// END ******

// copy from here to END *******
// there are TWO places to change
if (ad==5) {
txt="Ambon, Maluku (WIT)"; 
url="http://www.wunderground.com/global/stations/97724.html?bannertypeclick=miniWeather2";
alt="Ambon Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/97724.gif";
width="150";
height="50";
}
// END ******

// copy from here to END *******
if (ad==6) {
txt="Jayapura, Papua (WIT)"; 
url="http://www.wunderground.com/global/stations/97690.html?bannertypeclick=miniWeather2";
alt="Papua Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/97690.gif";
width="150";
height="50";
}
// END ******


// copy from here to END *******
if (ad==7) {
txt="Medan, Sumatera (WIB)"; 
url="http://www.wunderground.com/global/stations/96035.html?bannertypeclick=miniWeather2";
alt="Medan, Sumatera Weather";
banner="http://banners.wunderground.com/weathersticker/miniWeather2_both_cond/language/www/global/stations/96035.gif";
width="150";
height="50";
}
// END ******

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<small>' + txt + '</small><br>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</center>');







// End -->

