// ¼­ºê¼½¼Ç ¿ÞÂÊ ¸Þ´º_¾ß±¸
//var url = document.URL;
//url = url.split('/');
//var cnt = url.length-1;
//var fname = url[cnt].split('.');

//if (url[3]=='mlb' ) img_url = 'http://img.hankooki.com/sports/2007/12/left_sec_title_2.gif';
//else img_url = 'http://img.hankooki.com/sports/2007/12/left_sec_title_1.gif';

document.write("<table width=\"115\" height=\"1\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr> ");
document.write("  <td><img src=\"http://img.hankooki.com/sports/2007/12/left_sec_title_1.gif\" width=\"115\" height=\"35\"></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("  <td valign=\"top\" background=\"http://img.hankooki.com/sports/2007/12/left_sec_bg.gif\" style=\"padding:0 8 0 10px;\"> ");
document.write("	<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("	  <tr> ");
document.write("		<td valign=\"top\" style=\"line-height:18px\">");
document.write("		  <a href=\"http://sports.hankooki.com/baseball/baseball.htm\"><span id='baseball'>ÃÖ½Å±â»ç</span></a><br> ");
document.write("		  <a href=\"http://sports.hankooki.com/baseball/pro_baseball.htm\"><span id='pro_baseball'>ÇÁ·Î¾ß±¸</span></a><br>");
document.write("		  <a href=\"http://sports.hankooki.com/mlb/mlb.htm\"><span id='mlb'>MLB</span></a><br>");
document.write("		  <a href=\"http://sports.hankooki.com/baseball/npb.htm\"><span id='npb'>ÀÏº»¾ß±¸</span></a><br> ");
document.write("		  <a href=\"http://sports.hankooki.com/baseball/more.htm\"><span id='more'>¾ß±¸ÀÏ¹Ý</span></a><br>");
document.write("		  <img src=\"http://img.hankooki.com/sports/2007/12/left_sec_bg_2.gif\" width=\"96\" height=\"10\">");
document.write("		  <a href='http://sports.hankooki.com/hotissue/todaystar.htm'>Åõµ¥ÀÌ½ºÅ¸</a><br>");
document.write("		  <a href='http://sports.hankooki.com/hotissue/behind_sp.php'>½ºÆ÷Ã÷µÞ¾ê±â</a><br>");
document.write("		  <a href='http://sports.hankooki.com/hotissue/behind_entv.php'>¿¬¿¹°¡µÞ¾ê±â</a></td>");
document.write("	  </tr>");
document.write("	</table>");
document.write("  </td>");
document.write("</tr>");
document.write("<tr> ");
document.write("  <td><img src=\"http://img.hankooki.com/sports/2007/12/left_sec_bg_1.gif\" width=\"115\" height=\"13\"></td>");
document.write("</tr>");
document.write("</table>");

//var strong = '<b>'+document.getElementById(fname[0]).innerHTML+'</b>';
//document.getElementById(fname[0]).innerHTML = strong;