var currentdate = 0
var core = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

image = new StringArray(8)
image[0] = '<EMBED src="banners/468x60-ytong.swf?clickthru=?clickthru=http://www.xella.cz/html/czk/cz/jak-stavet-rychle-presne-a-jeste-usetrit-za-vytapeni.php" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED>'
image[1] = '<a title="SIEMENS Synco Living" target="_blank" href="http://www.siemens.cz/synco-living"><img alt="SIEMENS Synco Living" src="banners/468x60-synco-living.gif" width="468" height="60"></a>'
image[2] = '<a title="Lomax" target="_blank" href="http://www.lomax.cz/"><img alt="Lomax" src="banners/468x60-lomax.jpg" width="468" height="60"></a>'
image[3] = '<EMBED src="banners/468x60-velux.swf?clickthru=http://www.velux.cz" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED>'
image[4] = '<EMBED src="banners/468x60-hypotecni-banka.swf?clickthru=http://www.hypotecnibanka.cz/kampane/leto-2008/?ref=dumprojekt" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED>'
image[5] = '<EMBED src="banners/468x60-wienerberger-si.swf" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></EMBED>'
image[6] = '<a title="BEAM" target="_blank" href="http://www.beam.cz/"><img alt="BEAM" src="banners/468x60-beam.gif" width="486" height="60"></a>'
image[7] = '<a title="BAXI" target="_blank" href="http://www.baxi.cz/"><img alt="BAXI" src="banners/468x60-baxi.jpg" width="486" height="60"></a>'

var ran = 60/image.length

function radAD() {
  currentdate = new Date()
  core = currentdate.getSeconds()
  core = Math.floor(core/ran)
    return(image[core])
}
