Good stuff Jazz. You can also read any JavaScript imports that they are trying to hide .. in this case ..
<script language="JavaScript1.2" src="saturn.js"></script>
// sportsbooksoftware.js 2003.04.04 por
adolfo@tecni.com
IE = (document.all);
var tecnicom_url ='http://saturnsports.com';
var tecnicom_name=' saturnsports.com ';
// -----------------------------------------------
function tecnicom_favorite() { window.external.AddFavorite(tecnicom_url, tecnicom_name); }
function tecnicom_home(Browser) { Browser.style.behavior='url(#default#homepage)'; Browser.setHomePage(tecnicom_url); }
function tecnicom_go(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function tecnicom_rclick(e)
{
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert(tecnicom_name); return true;
}
// window.focus();
return true;
}
document.onmousedown=tecnicom_rclick;
document.onmouseup=tecnicom_rclick;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=tecnicom_rclick;
window.onmouseup=tecnicom_rclick;
//window.focus();
here's there annoying 'right click' code