function webtitob() {
var webtitop = "";
webtitop += "<html>";
webtitop += "<head>";
webtitop += "<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>";
webtitop += "<meta http-equiv='imagetoolbar' content='no'>";
webtitop += "<title>Ã»¼Ò³âµé°ú ÇÔ²² ÇÏ´Â »î! »ì·¹½Ã¿À ¼ö³àÈ¸¿¡ ¿À½Å°ÍÀ» È¯¿µÇÕ´Ï´Ù!</title>";
webtitop += "</head>";
webtitop += "<frameset rows='0, *' framespacing='0' frameborder='0'>";
webtitop += "<frame name='bgm' id='bgm' frameborder='0' marginheight='0' marginwidth='0'>";
webtitop += "<frame name='main' id='main' frameborder='0' marginheight='0' marginwidth='0' src='"+window.location+"'>";
webtitop += "</frameset>";
webtitop += "</html>";
document.write(webtitop);
bgm.location.href="/bgm/bgm.php";
main.location.href=window.location;
}
if(parent.frames.length <= 0) { webtitob(); }
