<!--

// ***********************************************
// 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 )
// USED BY RCR
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "To gain eternal glory you don't need to defeat an evil dark wizard. Participating in <a href=\"http://forums.redcarpetrebellion.net/index.php?showforum=359\">CODING CHALLENGES & BATTLES</a> will secure it for you. <p align=\"right\">From the Coding Staff</p>"
text[number++] = "Want to give back to RCR? Think about becoming a tutor! You'll be paid 25 RGP per class and you can teach all the nifty tricks you've learned over the months or years! Graphic Artists ranked internediate and up, visit the college today! <p align=\"right\">From the Tutoring Staff</p>"
text[number++] = "You too could order your very own fabulous shout-out! Just visit the <a href=\"http://forums.redcarpetrebellion.net/index.php?showforum=7\">RCR Bank</a> today! <p align=\"right\">From the Bank Staff</p>"
text[number++] = "Got questions? We've got answers! Visit the <a href=\"http://forums.redcarpetrebellion.net/index.php?showtopic=897&st=0&#entry70361\">Rebellion Hotline</a> today! Drop by anytime. We love to talk! <p align=\"right\">From the PR Staff</p>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->
























