/*// JavaScript Document
var position=0;
var msg="jsdv isdughs - dkghfddffhk - ic is a consultancy that specialises in the analysis ";
for (count=0; count<10;count=count+1)
{
msg=msg+" - "+msg;
}
function news()
{
document.getElementById("newsroomtext").value=msg.substring(position,position+100);
position=position+1;
if (position==100)
position=0;
setTimeout("news()",150);
}*/