See Full Bio...

Jerome Coles

March 19, 1969-

Lexington, KY

Norfolk State ‘91

 

6-7  235      

 

All-CIAA

 

 

CBA All-Star 1983

 <script language="Javascript1.2">

 

//***********************************************

// AUTHOR: WWW.CGISCRIPT.NET, LLC

// URL: http://www.cgiscript.net

// Use the script, just leave this message intact.

// Download your FREE CGI/Perl Scripts today!

// ( http://www.cgiscript.net/scripts.htm )

// ***********************************************

 

message = "Function Disabled!";

 

function NoRightClick(b) {

   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))

   ||((navigator.appName=="Netscape")&&(b.which > 1))){

   alert(message);

   return false;

   }

}

document.onmousedown = NoRightClick;

 

// -->

</script>