


// ********************* Javascript Anti-Theft Global *****************


<!--
// No Rightclick Script v.1.0
// (c) 2006 Phoenix Genesis / MBS LP
// savesmc@yahoo.com
// Don't delete this header!

var message="SAVE SMC!\n\n Designed by Phoenix Genesis."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> 


<!--
function MM_displayStatusMsg(msgStr) { //v1.2
  status=msgStr;
  document.MM_returnValue = true;
}
//-->


