if (document.all){ 
        document.writeln('<span id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">') 
        document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">') 
        document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">') 
        document.write(messages[0]) 
        document.writeln('</div>') 
        document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0;visibility:hidden">') 
        document.write(messages[1]) 
        document.writeln('</div>') 
         
        document.writeln('</div>') 
        document.writeln('</span>') 
} 
else 
{ 
        document.writeln('<ILAYER id=main visibility="hide" background="&{scrollerbackground};" bgColor="&{scrollerbgcolor};" height="&{scrollerheight};" width="&{scrollerwidth};">'); 
        document.writeln('<LAYER id=first width="&{scrollerwidth};" top="1" left="0"></LAYER>'); 
        document.writeln('<LAYER id=second visibility="hide" width="&{scrollerwidth};" top="0" left="0"></LAYER>'); 
        document.writeln('</ILAYER>'); 
} 
