

<!-- BLOCKS ALL JAVASCRIPT ERRORS

function blockError(){return true;}
window.onerror = blockError;



function noRightClick() {
if (event.button==2) {
alert('If you need assistance, please call us at (313) 882- 8643. Thanks.')
}
}
document.onmousedown=noRightClick


// -->
