<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var currentdate = 0
var theranlink = " "
var core = 0

function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '

  }
}

link = new StringArray(10)
link[0] = 'http://yashta.com/TextAds/clients/index.php?net=C5A52E5A'
link[1] = 'http://yashta.com/banner.php?net=C5A52E5A'
link[2] = 'http://yashta.com/paidlisting.php?net=C5A52E5A'
link[3] = 'http://yashta.com/seosoftware.php?net=C5A52E5A'
link[4] = 'http://store.exactseek.com/ultimateweb.html'
link[5] = 'http://store.templatemonster.com/?aff=uwad90'
link[6] = 'http://www.webmazda.com'
link[7] = 'https://www.uwad.com/membership.htm'
link[8] = 'http://thecybertable.com/opportunity/'
link[9] = 'http://www.uwad.com'

var ran = 60/link.length

function ranlink() {
  currentdate = new Date()
  core = currentdate.getSeconds()
  adcore = Math.floor(core/ran)
  core = adcore
    theranlink = link[core]
    self.location = theranlink
}

//document.write("<a href='javascript:ranlink()'>Random Link</a>")

ranlink();

//-->
