$(function() {
  $('img').bind("contextmenu",function(e){
    alert('Images available for download to members only!  All images contained on this site are copywritten material of www.executiveplaymates.com');
  	return false;
  });
});