// ***********************************************
// 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 )
// ***********************************************
// BS header right side
function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "Renewal"
text[number++] = "Reformation"
text[number++] = "Revival"
text[number++] = "Reconstruction"
text[number++] = "Renovation"
text[number++] = "Reclamation"
text[number++] = "Rehabilitation"
text[number++] = "Resurgence"
text[number++] = "Revitalization"
text[number++] = "Revivification"
text[number++] = "Restoration"
text[number++] = "Rekindling"
text[number++] = "Regeneration"
text[number++] = "Reanimation"
text[number++] = "Recreation"
text[number++] = "Resucitation"
text[number++] = "Replenishment"
text[number++] = "Resurgence"
text[number++] = "Reawakening"
increment = Math.floor(Math.random() * number);

document.write(text[increment]);
