function main_notice_mes(){
  messages[0] = "<div style=\"cursor:hand;width:242px;text-overflow:ellipsis;overflow:hidden;\";  onclick=\"javascript:document.location.href='#';\"><a href=# class=hot><font color=red><nobr>Á¦9È¸ ÁÖÅÃ°ü¸®»çº¸ ÀÚ°Ý½ÃÇè ÃÖÁ¾ÇÕ°ÝÀÚ Åë°è</nobr></font></a><br><a href=# class=hot><font color=red><nobr>Á¦9È¸ ÁÖÅÃ°ü¸®»çº¸ ÀÚ°Ý½ÃÇè ÃÖÁ¾ÇÕ°ÝÀÚ Åë°è</nobr></font></a><br><a href=# class=hot><font color=red><nobr>Á¦9È¸ ÁÖÅÃ°ü¸®»çº¸ ÀÚ°Ý½ÃÇè ÃÖÁ¾ÇÕ°ÝÀÚ Åë°è</nobr></font></a></div>";
  messages[1] = "<div style=\"cursor:hand;width:242px;text-overflow:ellipsis;overflow:hidden;\";  onclick=\"javascript:document.location.href='#';\"><a href=# class=hot><font color=#FF6600><nobr>¾Ë¸²ÆÇ Å×½ºÆ® °ø°£ÀÔ´Ï´Ù.</nobr></font></a><br><a href=# class=hot><font color=#FF6600><nobr>¾Ë¸²ÆÇ Å×½ºÆ® °ø°£ÀÔ´Ï´Ù.</nobr></font></a><br><a href=# class=hot><font color=#FF6600><nobr>¾Ë¸²ÆÇ Å×½ºÆ® °ø°£ÀÔ´Ï´Ù.</nobr></font></a></div>";
  messages[2] = "<div style=\"cursor:hand;width:242px;text-overflow:ellipsis;overflow:hidden;\";  onclick=\"javascript:document.location.href='#';\"><a href=# class=hot><nobr>test</nobr></a><br><a href=# class=hot><nobr>test</nobr></a><br><a href=# class=hot><nobr>test</nobr></a></div>";
												
	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 onMouseOver="onmouse_event()" onMouseOut="mouseout_event()" style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:1;z-index:1">')
		document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;z-index:1">')
		document.write(messages[0])
		document.writeln('</div>')
		document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;z-index:1; visibility:hidden">')
		document.write(messages[1])
		document.writeln('</div>')
		document.writeln('</div>')
		document.writeln('</span>')

	}
}
											
