<HTML>

<HEAD>
<TITLE>Imagemap Demo</TITLE>



</HEAD>

<BODY>

<A HREF="">
<IMG SRC="myimg.gif" ISMAP>
</A>

<!-- USEMAP="#mymap"> -->

<BASE HREF="http://www.arizona.edu/">

<map name="mymap">
<area shape="rect" alt="academic departments" coords="20,2,120,15" href="acaddepts.html">
<area shape="rect" alt="student link" coords="20,15,120,28" href="http://www.arizona.edu/student_link">
<area shape="rect" alt="Catalog" coords="20,29,120,42" href="http://catalog.arizona.edu">

<area shape="rect" alt="library" coords="20,43,120,58" href="http://www.library.arizona.edu/">
<area shape="rect" alt="computing" coords="20,59,120,72" href="http://computing.arizona.edu">
<area shape="rect" alt="about UA" coords="20,73,120,84" href="http://www.opi.arizona.edu/facts/about_ua.htm">
<area shape="rect" alt="UA news" coords="20,73,120,84" href="uanews.html">

<area shape="rect" alt="UA news" coords="20,85,120,100" href="uanews.html">
<area shape="default" alt="" nohref>
</map>





</BODY>
</HTML>
