// JS functions var the_err_code,the_referer; // used in show_stat() function show_img(err_code,skin,today,yester,total,border,req_str) { // err_code 0 means o.k., 1 means non-existent counter, 2 means unauthorized url // 3 means todaycnt > maxdaily, 4 means forbidden site req_str = ''; // disable the baloon message (¿É¼ÇÀ¸·Î ³Ö¾î¾ß) var src = "http://www.gilboard.cc/counter/show_img_fn.php?uid=genad&cid=booyeo&err=" + err_code + "&skin=" + skin + "&today=" + today + "&yester=" + yester + "&total=" + total + "&border=" + border + "&mykey=7082"; the_err_code = err_code; the_referer = today; document.write("" + "±æº¸µå Ä«¿îÅÍ Åë°èÈ­¸é" +
                        req_str+""); } function pop_it_up1(src,wintitle,vwidth,vheight) { var vleft =(screen.width - vwidth)/2; var vtop,winprops; vtop = (screen.height - (vheight+36))/2; winprops = 'resizable=yes width=' + vwidth + ' height=' + vheight + ' left=' + vleft + ' top=' + vtop; return window.open(src,wintitle,winprops); } show_img(0,'na008','6','21','16458','no',''); function show_stat() { var uid="genad", cid="booyeo"; if(the_err_code == 0) { pop_it_up1('http://www.gilboard.cc/counter/show_stat.php?uid='+uid+'&cid='+cid,'stat_win',350,495); } else if(the_err_code == 1){ alert("uid="+uid+"&cid="+cid+"´Â\n\nÁ¸ÀçÇÏÁö ¾Ê´Â Ä«¿îÅÍÀÔ´Ï´Ù.\n\nhttp://gilboard.cc"); } else if(the_err_code==2) alert("wrong url="+ the_referer); // the_err_code == 2 else if(the_err_code==3) alert("ÇÏ·ç ÃÖ´ë È÷Æ® ¼ö 10,000 Ãʰú\n\nhttp://gilboard.cc"); // magic number else if(the_err_code==4) alert("´Â ±æº¸µå°¡ ¼­ºñ½º¸¦ Á¦°øÇÏÁö ¾Ê´Â »çÀÌÆ®ÀÔ´Ï´Ù.\n\n¿¬¶ôó = http://gilboard.cc"); else if(the_err_code==5) alert("Ä«¿îÅÍ °ü¸®ÀÚ°¡ ȸ¿øÁ¤º¸¿¡ µî·ÏÇÑ ´Â À߸øµÈ À̸áÁÖ¼ÒÀÔ´Ï´Ù."); } function show_banner(referer) { var vtop = (screen.height - 100)/2 - 18; var vleft =(screen.width - 180)/2; var winprops = 'resizable=no menubar=no location=no toolbar=no' + ' scrollbars=no width=180 height=100' + ' left=' + vleft + ' top=' + vtop; myhwin = window.open("http://www.gilboard.cc/banner.php?referer="+referer,"gilhome_win",winprops); myhwin.blur(); }