if (document.all){  
	document.writeln('<span id="right_main2" style="z-index=1; position:relative;width:'+scrollerwidth1+';height:'+scrollerheight1+';overflow:hidden;">') 
	document.writeln('<div onMouseOver="onmouse_event()" onMouseOut="mouseout_event()" style="position:absolute;width:'+scrollerwidth1+';height:'+scrollerheight1+';clip:rect(0 '+scrollerwidth1+' '+scrollerheight1+' 0);left:0;top:1">')  
	document.writeln('<div id="right_first2" style="position:absolute;width:'+scrollerwidth1+';left:0;top:1;">')  
	document.write(right_messages[0])  
	document.writeln('</div>')
	document.writeln('<div id="right_second2" style="position:absolute;width:'+scrollerwidth1+';left:0;top:1;visibility:hidden">')
		
	if(right_messages.length == 1){
		document.write(right_messages[1])  
	} else if (right_messages.length == 2) {
		document.write(right_messages[1])
	} else {
		document.write(right_messages[1])
	}
	document.writeln('</div>')
 document.writeln('</div>')  
document.writeln('</span>')  
}                                                                                                            

startscroll1(); // 스크롤 시작
