

<!-- BLOCKS ALL JAVASCRIPT ERRORS

function blockError(){return true;}
window.onerror = blockError;



function noRightClick() {
if (event.button==2) {
alert('© Copyright 2005 - 2011 Huidarts.com')
}
}
document.onmousedown=noRightClick


// -->
