var newslist=new Array();
var cnt=0; // current news item
var curr = "";
var i=-1; // current letter being typed
// type your text here
newslist[0]=new Array('Visit us in Marmomacc Exhibition 2008, in Verona – Italy 2-5 October…. Hall No.:7B, Egyptian Pavilion, Stand B2 ………. Waiting You');
function newsticker()
{
// next character of current item
if (i < newslist[cnt][0].length - 1)
{
i++;
temp1 = newslist[0];
mtxt.innerHTML = ""+temp1+"";
setTimeout('newsticker()',10)
return;
}
// new item
i = -1; curr = "";
if (cnt<\/span>');
newsticker();