
// ***********************************************
// 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 )
// ***********************************************


// UNCOMMENT TO ENABLE QUOTE ROTATION SCRIPT
/* function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "Rotating factoid: Much of Lorem Ipsum is taken from a speech by Cicero!"
text[number++] = "Rotating factoid: Quisque quis purus et lectus aliquet."
text[number++] = "Rotating factoid: Aenean placerat posuere arcu. Quisque erat ipsum, nonummy."
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);
*/