// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
function text() {
};
text1= new text();
number = 0;
text[number++] = "Subscribe to our EU Monitoring Reports"
text[number++] = "Use your EU customised Observatory."
text[number++] = "Take advantage of your free trial period."
text[number++] = "Respond quickly to main European changes."
text[number++] = "Discover our 3 types of information services." 
text[number++] = "Have a look to our advanced and expert reports."
text[number++] = "Read our modus operandi."

increment = Math.floor(Math.random() * number);
document.write(text[increment]);

