// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
function text() {
};
text1= new text();
number = 0;
text[number++] = "Take advantage of our 15 years work experience."
text[number++] = "A top class business support service."
text[number++] = "A vocational bias."
text[number++] = "Excellent knowledge of European Union working process."
text[number++] = "Rely on European Union databases consultation expertise." 
text[number++] = "Discover significant added value in the field of European legislative news."

increment = Math.floor(Math.random() * number);
document.write(text[increment]);

