var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
switch(ad) {
  case 0: content = '<a href="http://computerbooks.tradepub.com/free/ddj/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/ddj728x90.gif"></a>';
          break;
  case 1: content = '<a href="http://computerbooks.tradepub.com/free/swd/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/ew728x90.gif"></a>';
          break;
  case 2: content = '<a href="http://computerbooks.tradepub.com/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/orm728x90.gif"></a>';
          break;
  case 3: content = '<a href="http://computerbooks.tradepub.com/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/ik728x90.gif"></a>';
          break;
  case 4: content = '<a href="http://computerbooks.tradepub.com/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/hardocp728x90a.gif"></a>';
          break;
  case 5: content = '<a href="http://computerbooks.tradepub.com/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/ddj728x90.gif"></a>';
          break;
  case 6: content = '<a href="http://computerbooks.tradepub.com/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/swd728x90.gif"></a>';
          break;
  default: content = '<a href="http://computerbooks.tradepub.com/" target=_blank><img alt="Free IT Magzines" border="0" src="/boat/tradepub/orm728x90.gif"></a>'; 
}
end='></a>';
//if (ad < 3)
//{
document.write(content);

