Javascript Tricks
Pop-Up Box:
A cute little pop up box to use as a warning, confirmation or just to say something.
<script language="javascript"> alert("whatever you want goes here") </script>