try{
  xScript = document.createElement("SCRIPT");
  xScript.setAttribute("type","text/javascript");
  xScript.setAttribute("id","keymatch_chosun");
  xScript.setAttribute("src","http://210.127.209.138/CM/chosun/corematch_sports_sub.js");
  var scriptsnike=document.getElementsByTagName("SCRIPT");   
  
  if(scriptsnike.length>0){
 
   try{
   scriptsnike[scriptsnike.length-1].parentNode.insertBefore(xScript,scriptsnike[scriptsnike.length-1]);  
   document.close();
 
   }
   catch(e){
 
   }
  }
  else{
  } 
 }
 catch(e){
 }
