/* -----------------------------------------------
   Anti-SPAM Email Link - v.1
   (c) 2007 www.haan.net
   contact: jeroen@haan.net
   You may use this script but please leave the credits on top intact.
   Please inform us of any improvements made.
   When usefull we will add your credits.
  ------------------------------------------------ */

<!--
// usage:
// <a id="mailto" onmouseover="mailto()" href="#">
// <img src="YOUR_IMAGE..." border="0" />
// </a>
function mailto()
{
	document.getElementById('mailto').href = 'mailto:info@prawo.nl';
}
//-->