<!-- Begin
var howMany = 52
var quote = new Array(howMany+1)
quote[0]="eight days a geek"
quote[1]="beautiful geek"
quote[2]="c'est chic c'est geek"
quote[3]="9 & a half geeks"
quote[4]="geek practice"
quote[5]="hide & geek"
quote[6]="a geek is a long time in politics!"
quote[7]="geek like me"
quote[8]="we are the geeky girls"
quote[9]="the barefaced geek of it!"
quote[10]="geek as i am, no tears for you"
quote[11]="geekon blue"
quote[12]="the geek shall inherit the earth"
quote[13]="geekachu"
quote[14]="eugeeka!"
quote[15]="dancing geek to cheek"
quote[16]="geek and ye shall find"
quote[17]="desperately geeking susan"
quote[18]="my big fat geek wedding"
quote[19]="geek & destroy"
quote[20]="heat-geeking missile"
quote[21]="it's all geek to me"
quote[22]="beware of geeks bearing gifts"
quote[23]="dawson's geek"
quote[24]="don't geek - i know what you're thinking"
quote[25]="twin geeks"
quote[26]="it's all geeks & troughs"
quote[27]="lady in red is dancing with me geek to geek"
quote[28]="in at the geek end"
quote[29]="in the geek midwinter"
quote[30]="geek house"
quote[31]="e geekquals mc<sup>2</sup>"
quote[32]="mozamgeek"
quote[33]="that was the geek that was"
quote[34]="two geeks notice"
quote[35]="teenage health geek"
quote[36]="geek of the devil"
quote[37]="geek now or forever hold your peace"
quote[38]="geek out!"
quote[39]="geek of nature"
quote[40]="geeker pimps"
quote[41]="pure pleasure geeker"
quote[42]="i'm a control geek!"
quote[43]="up the geek without a paddle"
quote[44]="all animals are created gequal - but some are more gequal than others"
quote[45]="geek and potato soup"
quote[46]="geek dreams are made of this"
quote[47]="something for the geekend?"
quote[48]="on her majesty's geekret service"
quote[49]="geekqualizer"
quote[50]="geekqualization"
quote[51]="geeky monkey!"
quote[52]="first among geekquals"

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 -->