The information below will only be used for team purposes and will not be shared
with anyone. You may receive emails from the Las Vegas Falcons/Hit Squad.
PLAYER PROFILE
SCRIPT language=JavaScript>
var message = "Sorry! I've disabled this function!";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
document.onmousedown = rtclickcheck;