<!-- //
function no_right_click() 
{
var CDate = new Date();
 if (event.button==2) 
  {
  alert('Image copyright Tyrolit Vincent. \nSite hosed by Granite City Tool. \nAll rights reserved.');
  }
}
//-->