<!-- This file is the home page for Sam Sultan -->
<html>
<head>
  <title>World Atlas</title>
  <base href="/~sultans/html/demo/3imagemap/World/">

</head>

<body>
      
<img src="world.gif" USEMAP="#country" width="600" height="312" border="0">

<map name="country">
    <area shape=rect   coords=76,109,152,144   href="usa.html">
    <area shape=rect   coords=154,127,179,135  href="ny.html">
    <area shape=circle coords=194,217,20       href="brazil.html">
    <area shape=rect   coords=64,56,177,111    href="canada.html">
    <area shape=rect   coords=415,123,480,150  href="china.html">
    <area shape=rect   coords=271,86,282,101   href="europe.html"> 
    <area shape=circle coords=286,113,8        href="europe.html"> 
    <area shape=rect   coords=294,97,303,110   href="europe.html">
    <area shape=rect   coords=9,54,46,81       href="alaska.html"> 
</map>

<font size=4>
<br>    
<b>. . .Where in the WWWorld is Sam Sultan?</b> 

</body>
</html>