<!-- Hide the script from old browsers --
function stopErrors() {
 return true;
}
window.onerror = stopErrors;
self.onError = null;
var message='    "We are not afraid to entrust the American people           \n with unpleasant facts, foreign ideas, alien philosophies,\n and competitive values.  \n      For a nation that is afraid to let its people judge \n the truth and falsehood in an open market\n is a nation that is afraid of its people." \n -- John F. Kennedy ';
function clickIE4(){
if (event.button==2){
scroll(0.0);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
scroll(0.0);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("scroll(0.0);return false")//--End Hiding Here -->

