<script language="Javascript">
<!--
// 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://www.javascript-page.com'
link[1] = 'http://www.yahoo.com'
link[2] = 'http://www.oocities.org/SoHo/1449'
link[3] = 'http://www.oocities.org/SiliconValley/Park/1482'
link[4] = 'http://www.oocities.org'
link[5] = 'http://www.worldnet.att.net'
link[6] = 'http://www.oocities.org/CapeCanaveral/Hangar/5545'
link[7] = 'http://www.lycos.com'
link[8] = 'http://www.pit-bull.com'
link[9] = 'http://www.netforward.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>")
//-->
</script>