
/* Image disable function */

 
    function img()
 { 
 
 alert("Copyright Biosourcing.com");
  return false;
 
  
 }
