function rBan() { var cookie_uid=notice_getCookie('uid'); cho = Math.floor(Math.random()*3); if (cho==1){ document.write("¹è³ÊÀ̹ÌÁö"); } else if (cho==2){ document.write("¹è³ÊÀ̹ÌÁö"); } else { document.write("¹è³ÊÀ̹ÌÁö"); } } rBan();