// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
function text() {
};
text1= new text();
number = 0;
text[number++] = "Tell us what you are looking for."
text[number++] = "We keep our eyes open for you."
text[number++] = "An active content information service."
text[number++] = "All info in one place."
text[number++] = "Cross-border use of legal data systems." 

increment = Math.floor(Math.random() * number);
document.write(text[increment]);

