<!--

function right(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("This website and all contents are owned and licensed by ChatCheaters.com\n All contents are copyrighted and not available for download or use on any other\n site without the expressed written consent of ChatCheaters.com.\n\n *All Rights Reserved* © 1999-2007.    ChatCheaters.com.");

return false;

}

return true;

}



document.onmousedown=right;

document.onmouseup=right;

window.onmousedown=right;

window.onmouseup=right;

-->
