<!--
function click() {
 if (event.button==2) { alert('For more information, email heidi@heidiengland.com') }
}
document.onmousedown=click
//-->
