<html>
<head>
<title>404 Not Found</title>
<META http-equiv="Expires" content="-1"> 
<META http-equiv="Pragma" content="no-cache"> 
<META http-equiv="Cache-Control" content="No-Cache"> 
</head>
<script>
function gourl(){
   location.href="/";
}
</script>
<body bgcolor=white>
<center>
<table border=0 height=100%>
<tr height=20%><td></td></tr>
<tr><td><img src=/images/404page.jpg usemap="#makeshop404" border=0></td></tr>
<tr height=30%><td></td></tr>
</table>
<map name="makeshop404">
<area shape="rect" coords="188,362,308,397" href="JavaScript:history.go(-1);">
<area shape="rect" coords="316,362,435,397" href="JavaScript:gourl();">
<area shape="rect" coords="497,430,611,446" href="http://www.makeshop.co.kr" target=_blank>
</map>
</center>
</body>
</html>

