function random_banner(){
  var i=0;
  banners = [];

  banners.push('<a href="http://www.wapda.com/store/?http://astore.amazon.com/cronomagicqir-20?_encoding=UTF8&node=246" target="_blank"><img src="http://www.wapda.com/images/banners/wapda_music.gif" border="1"></a>');
  banners.push('<a href="http://www.wapda.com/store/?http://astore.amazon.com/cronomagicqir-20?_encoding=UTF8&node=84" target="_blank"><img src="http://www.wapda.com/images/banners/wapda_dvd.gif" border="1"></a>');
//  banners.push('<a href="http://www.wapda.com/click?cid=4703171" target="_blank"><img src="http://www.wapda.com/images/banners/888/28949.gif" border="1"></a>');

  // 888ladies (jul 28 2009)
//  banners.push('<a href="http://www.wapda.com/click?cid=4407150" target="_blank"><img src="http://www.wapda.com/images/banners/888ladies/888bingo468.gif" border="1"></a>');
//  banners.push('<a href="http://www.wapda.com/click?cid=4407150" target="_blank"><img src="http://www.wapda.com/images/banners/888ladies/888ladiesbingo468x60.gif" border="1"></a>');
//  banners.push('<a href="http://www.wapda.com/click?cid=4407150" target="_blank"><img src="http://www.wapda.com/images/banners/888ladies/b1.gif" border="1"></a>');


  today = new Date();
  i=today.getSeconds();
  n=banners.length;
	index = i-Math.round((i-1)/n)*n;
	index+=2;

// document.write(n+'.'+index);

	if (index<0) index=0;
	if (index>=n) index=n-1;
  return banners[index];
}
