<!--


var rc_message="Sorry, that function is disabled.\nThis Page Copyrighted and Images/Text protected!\nALL RIGHTS RESERVED. \n6th Gear Racing Apparel. Please Contact:770 (745)7565";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(rc_message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(rc_message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
//-->
