headline

1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test

1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test 1234567890 test

By the way, if you want these image popovers to only appear ONE TIME for a visitor, you'll have rename your filename to something like "index.php" and put some PHP above and below the image popup code, like this:

<?php if (!array_key_exists("visited", $_COOKIE)) {
setcookie("visited", "true", strtotime("+1 year"), "/"); ?>


<div id="popup" style="top:300px; left:300px; border:none; z-index:2; padding:0px; position:absolute;">
<img src="post-it.gif" border="0">
</div>

<map name="popupMap">
<area shape="polygon" coords="17,223,257,255,255,299,11,267"
href="javascript:void(0);" onclick="javascript:document.getElementById('popup').style.visibility = 'hidden';"></area> <area shape="polygon" coords="43,23,289,53,259,251,21,217" href="http://www.example.com"></area>
</map>

<?php } ?>

DON'T forget that last PHP thingy at the bottom.

Thanks,
Robert Plank