var howMany = 5 var quote = new Array(howMany+1) quote[0]=""Farscape takes the cleanliness and perfectionism of the Star Trek universe and turns it upside down - and makes it a believable, realistic, and humourously dark story about a guy very far away from home."
-- Hegemon
-- Vancouver, BC" quote[1]=""Watch Farscape. Just do what I did, go down to your local video store and rent a couple episodes from the first season ... you'll be kicking yourself over what you've been missing."
-- Athena
-- Vancouver, BC" quote[2]=""This is the only show I can think of (well, the only Sci Fi one, anyway) where every actor in the cast is top-notch. Nobody is 'carrying' anybody."
-- scapersuse
-- Toronto, ON" quote[3]=""It makes you laugh and cry and gets you annoyed at the writers for playing with all your emotions. But that's what makes Farscape so brilliant."
-- TBZF
-- St. Eugene, ON" quote[4]=""Farscape's like an all-night read--the book you can't put down at two even though you have to be at work for eight. I need to know what happens next."
-- Crankygrrl
-- Toronto, ON" quote[5]=""Farscape ... it is the difference between paint by numbers and Monet."
-- Drama Queen
-- KANSAS" 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)