<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "messing with your head since 1693"
text[number++] = "don't try this at home"
text[number++] = "fortified with vitamins and iron"
text[number++] = "this tagline keeps changing"
text[number++] = "dammit sabu! that planet is not jupiter"
text[number++] = "ticketless travel is social evil"
text[number++] = "keptenn! keptenn! the wingons are wattacking!"
text[number++] = "it's not what you're thinking"
text[number++] = "jackdaws love my big sphinx of quartz"
text[number++] = "the mirror also stares back"
text[number++] = "never shooting at any human or animal"
text[number++] = "twist his waist and he swings back with a power punch"
text[number++] = "whoever says, he is only"
text[number++] = "i'm not using my fingers to type this"
text[number++] = "angst in your pangst"
text[number++] = "weapons of mass-distraction"
text[number++] = "the first one's free"
text[number++] = "in pin safteypin, in pin... owch!"
text[number++] = "oh yes baby mmm that's nice"
text[number++] = "for smart, healthy hair & fresh, glowing skin"
text[number++] = "child in arm requires full ticket"
text[number++] = "cleanliness is next to godliness"
text[number++] = "made fom 100% ayurvedic herbs and roots"
text[number++] = "a perfect illusion"
text[number++] = "schrödinger killed the cat"
text[number++] = "all hail arch-groovy fancypants xxvii"
text[number++] = "quick, look behind you!"
text[number++] = "you too can have a body like mine"
text[number++] = "allow four to eight weeks for delivery"
text[number++] = "four legs good, two legs bad"
text[number++] = "second to the right, and straight on till morning"
text[number++] = "where the devil are my slippers??"
text[number++] = "meanwhile, back in metropolis..."
text[number++] = "it's been about an hour since an hour ago"
text[number++] = "it's the end of the world as we know it"
text[number++] = "gîl síla erin lű govaded mín"
text[number++] = "now with amazing x-ray vision!"
text[number++] = "to stop train pull chain"
text[number++] = "here comes the sun doo doo doo doo"
text[number++] = "by appointment to her majesty the queen"
text[number++] = "recommended by 9 out of 10 dentists"
text[number++] = "a low-calorie alternative to organised religion"
text[number++] = "uncertain electrons in probability clouds"
text[number++] = "keeps you feeling fresh all day long"
text[number++] = "dead ant, dead ant... dead ant, dead ant, dead ant"
text[number++] = "now in special vacuum-seal pack!"
text[number++] = "75% more effective than aromatherapy"
text[number++] = "it only seems kinky the first time"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->