﻿$(document).ready( function() {

    // Capture right click
    $("#visual").rightClick( function(e) {
        alert("You do not have permission to copy images from this website, all images are paid for and under licence by premier male massage.com copyright(c)2009");
    });
    
    // Capture right mouse down
    $("#visual").rightMouseDown( function(e) {
        alert("You do not have permission to copy images from this website, all images are paid for and under licence by premier male massage.com copyright(c)2009");
    });
    
    // Capture right mouseup
    $("#visual").rightMouseUp( function(e) {
        alert("You do not have permission to copy images from this website, all images are paid for and under licence by premier male massage.com copyright(c)2009");
    });
    
    // Disable context menu on an element
    $("#visual").noContext();
	// Capture right click
    $("#sidebar").rightClick( function(e) {
        alert("You do not have permission to copy images from this website, all images are paid for and under licence by premier male massage.com copyright(c)2009");
    });
    
    // Capture right mouse down
    $("#sidebar").rightMouseDown( function(e) {
        alert("You do not have permission to copy images from this website, all images are paid for and under licence by premier male massage.com copyright(c)2009");
    });
    
    // Capture right mouseup
    $("#sidebar").rightMouseUp( function(e) {
        alert("You do not have permission to copy images from this website, all images are paid for and under licence by premier male massage.com copyright(c)2009");
    });
    
    // Disable context menu on an element
    $("#sidebar").noContext();

	$("#payme").click(function () {
								
        		$("#payment").slideDown("slow");

	
});

});
