/** comm.js */ function $(s) { return document.getElementById(s) } //Ç÷¡½Ã ¸Þ´º¸µÅ© function _fLink(n) { url = ""; if(n==1) url = "/info/history.php"; else if(n==2) url = "/channel/comedytv.php"; else if(n==3) url = "/guide/cable.php"; else if(n==4) url = "/ad/ad.php"; else if(n==5) url = "/recruit/recruit_ability.php"; top.location.href = url; } function print_swf(file,width,height,id) { if(!id) id = "swf_"+width; var str = ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; document.write(str); }