var bottomprint;

bottomprint="<p><img src=\""+url_root+"images/sam_img/bottom_76.gif\" width=\"770\" height=\"76\" border=\"0\" usemap=\"#BottomMap\"></p>";
bottomprint+="<map name=\"BottomMap\">";
bottomprint+="<area shape=\"rect\" coords=\"415, 1, 468, 37\" href=\""+url_root+"index.html\">";
bottomprint+="<area shape=\"rect\" coords=\"468, 1, 533, 37\" href=\""+url_root+"company.html\">";
bottomprint+="<area shape=\"rect\" coords=\"533, 1, 624, 37\" href=\""+url_root+"link.html\">";
bottomprint+="<area shape=\"rect\" coords=\"624, 1, 711, 37\" href=\"mailto:webmaster@yuksul.com\">";
bottomprint+="<area shape=\"rect\" coords=\"711, 1, 768, 37\" href=\"mailto:webmaster@yuksul.com\">";
bottomprint+="</map>";
document.write(bottomprint);

/*bottomprint="";

bottomprint="<script type=\"text/javascript\">";
bottomprint="var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\")\;";
bottomprint="document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"))\;";
bottomprint="</script>";
bottomprint="<script type=\"text/javascript\">";
bottomprint="var pageTracker = _gat._getTracker(\"UA-1221354-1\")\;";
bottomprint="pageTracker._initData()\;";
bottomprint="pageTracker._trackPageview()\;";
bottomprint="alert(\"test\")\;";
bottomprint="</script>";

document.write(bottomprint);*/
//2008.3.3Ãß°¡ ±¸±Û ·Î±× °ü·Ã
if(url_root.substring(0,16)!="http://localhost"){
	var pageTracker = _gat._getTracker("UA-1221354-1");
	pageTracker._initData();
	pageTracker._trackPageview();
}