function clickMail(link){
	new Image().src = 'http://www.chrispeters.com
/index.png?' + link.href;
return true;
}

document.oncontextmenu=new Function("return false")
