<!-- Begin

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

// End -->