//---- JavaScript---------var max=0;function textlist(){        max=textlist.arguments.length;        for (i=0; i<max; i++)                this[i]=textlist.arguments[i];}tl=new textlist(        " ROAD ENGINEERING Fair in Kiew - 04.09. to 06.09. > Road Construction Machinery and Equipment " ,              " INFOTAX launches new INDEX FORKLIFT and INDEX-ONLINE > see MARKET-INFO ",        " New dominant TRADE PORTALS > check TRADE section for your continent ",               " Join GMIS, the global network of the industry - Check our services and prices ");var x=0; pos=0;var l=tl[0].length;function ticker() {                document.tickerbox.textfeld.value=tl[x].substring(0,pos)+"_";        if(pos++==l)        {                pos=0;                setTimeout("ticker()",1000);                x++;                if(x==max)                        x=0;                l=tl[x].length;        } else                setTimeout("ticker()",100);}
