function location_bar(subtitle) {
 document.writeln("<div class=\"location-box-out\">");
 document.writeln("<div id=\"headercate\" class=\"location-box\">");
 document.writeln(" <div class=\"location-box-in\">");
 document.writeln(" <div class=\"location\">");
 document.writeln("  <div class=\"viewall\">");
 document.writeln("<img src=\"http://pics.auction.co.kr/common/header0909/btn_cate_off.gif\" alt=\"ÀüÃ¼ Ä«Å×°í¸®º¸±â\" onclick=\"allCategory('open')\" id=\"viewallcatesbtn\" />");
 document.writeln("  </div>");
 document.writeln("   <div class=\"local\">");
 document.writeln("<a href=\"http://www.auction.co.kr\" class=\"home\" target=\"_top\">È¨</a><span class=\"next\">></span><span class=\"txt home\"><strong>" + subtitle + "</strong></span>");
 document.writeln("</div>");
 document.writeln("  </div>");
 document.writeln(" </div>");
 document.writeln(" <div class=\"category\">");
 document.writeln(" <div id=\"viewallcates\">");
 document.writeln("  <script type='text/javascript' src='http://adfront.auction.co.kr/jsdata/10.js'></script>");
 document.writeln("<script type='text/javascript' src='http://script.auction.co.kr/ad/log.js'></script>");
 document.writeln("<script type='text/javascript'>");
 document.writeln("printSWF('allCate', 'http://pics.auction.co.kr/swf/common/CIB_091110.swf', 900, 280, 'transparent', 'none', 'dataPath=http://script.auction.co.kr/Category/categoryIndex.xml&recommendDataFunc=getAdData10&clickLog=adLog');</script>");
 document.writeln(" </div>");
 document.writeln(" </div>");
 document.writeln("</div>");
 document.writeln("</div>");
}