// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
function text() {
};
text1= new text();
number = 0;
text[number++] = "Anticipate your decision."
text[number++] = "Find accurate information."
text[number++] = "Tailored to your individual needs."
text[number++] = "Your personalized information solution."
text[number++] = "An intelligent information service." 
text[number++] = "Keep abreast of European Union developments."
text[number++] = "Easy access to up-to-date European Union legislative information."
text[number++] = "Discover our EU monitoring reports."
text[number++] = "Contact our helpdesk."
text[number++] = "Watch weekly European legal news for free."
text[number++] = "Your ready-made alert service."

increment = Math.floor(Math.random() * number);
document.write(text[increment]);

