<!-- Begin
var howMany = 9
var quote = new Array(howMany+1)
quote[0]="<a href=http://www.nykfan.8k.com/guestbook/sign.html>Sign our Guestbook</a>"
quote[1]="<a href=http://www.rady.as.ro/knicksonline/profile.php?mode=register>Register To Our forums</a>"
quote[2]="<a href=http://www.nykfan.8k.com/recommend/>Invite Friends</a>"
quote[3]="<a href=http://www.nykfan.8k.com/history/>Learn NYK History</a>"
quote[4]="<a href=http://www.nykfan.8k.com/links/add.html>Add your Link</a>"
quote[5]="<a href=http://media.nykfan.8k.com/wallpapers/>Download Wallpapers</a>"
quote[6]="<a href=http://www.rady.tk>Visit rady.tk</a>"
quote[7]="<a href=http://www.nykfan.8k.com/news/archive.html>Read the old headlines</a>"
quote[8]="<a href=http://www.nykfan.8k.com/links/tous.html>Link to us</a>"
quote[9]="<a href=http://www.nykfan.8k.com/contact/jobs.html>Become a Reporter</a>"
function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)
// End -->