here is the code (without the exacts url i've inserted in my code)
why isn't it working with myspace? maby they don't give a permission to this kind of codes?
<html><title></title>
<body>
<img src="http://www.address.jpg" width="428" height="607" border="0" usemap="#juno">
<map name="juno" id="juno2">
<area shape="rect" coords="121,563,218,604" href="http://www.address" target="_blank">
<area shape="rect" coords="121,479,217,517" href="http://www.address" target="_blank">
<area shape="rect" coords="121,395,218,432" href="http://www.address" target="_blank">
<area shape="rect" coords="121,311,217,351" href="http://www.address" target="_blank">
<area shape="rect" coords="121,225,218,262" href="http://www.address" target="_blank">
<area shape="rect" coords="328,561,435,603" href="http://www.address" target="_blank">
<area shape="rect" coords="327,481,435,520" href="http://www.address" target="_blank">
<area shape="rect" coords="327,389,435,430" href="http://www.address" target="_blank">
<area shape="rect" coords="328,310,434,351" href="https://www.address" target="_blank">
<area shape="rect" coords="326,226,435,265" href="http://www.address" target="_blank">
</map>
</body>
</html>