if (document.all){

						document.writeln('<span class="item-news" id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')

						document.writeln('<div class="item-news" style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')

						document.writeln('<div class="item-news" id="first2" style="padding-left:4px;position:absolute;width:'+scrollerwidth+';left:0;top:1;">')

						document.write(messages[0])

						document.writeln('</div>')

						document.writeln('<div class="item-news" id="second2" style="padding-left:4px;position:absolute;width:'+scrollerwidth+';left:0;top:0;visibility:hidden">')

						document.write(messages[1])

						document.writeln('</div>')

						document.writeln('</div>')

						document.writeln('</span>')

						}