var currentdate = 0
var core = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}


image = new StringArray(10)
image[0] = '<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab width="800" height="100"><embed src="/banner/[1803]_zobacz_wiecej.swf" width="750" height="100"></embed></object>'
image[1] = '<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab width="800" height="100"><embed src="/banner/[923]_billboard_nec.swf" width="750" height="100"></embed></object>'
image[2] = '<object type="application/x-shockwave-flash" data="http://banery.netart.pl/baner_show.php?h=1&id_bl=26074&id_bb=400" width="750" height="100"><param name="movie" value="http://banery.netart.pl/baner_show.php?h=1&id_bl=26074&id_bb=400"></param></object>'
image[3] = '<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab width="800" height="100"><embed src="/banner/SSD_E_series_468_60_PL.swf" width="750" height="100"></embed></object>'
image[4] = '<img src="/banner/banner_770x90_en.png" width="750" height="100" alt="Emsisoft" />'
image[5] = '<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab width="800" height="100"><embed src="/banner/open_sign_738x90_PL.swf" width="750" height="100"></embed></object>'
image[6] = '<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab width="800" height="100"><embed src="/banner/alt_Animd_Passthr_i7TB_728x90.swf" width="750" height="100"></embed></object>'
image[7] = '<object codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab width="800" height="100"><embed src="/banner/Intel_2010_Q4_Better_Together_extreme_750x100_Polish.swf" width="750" height="100"></embed></object>'
image[8] = '<a href="http://furgonetka.pl/konto/partner/3118"><img src="http://s.furgonetka.pl/images/partner/banners/bilb_750x100_2.gif"/></a>'
image[9] = '<a href="http://www.firmy.net/dodaj-firme-wpis.html?tc=99QN"><img style="width:750px; height:100px" src="http://static.firmy.net/cr/67.gif"/></a>'

var ran = 60/image.length

function radAD() {
  currentdate = new Date()
  core = currentdate.getSeconds()
  core = Math.floor(core/ran)
    return(image[core])
}

document.write(radAD()) 

