$(document).ready(function(){

	jQuery.fn.exists = function(){return jQuery(this).length>0;}

    $(document).bind("contextmenu",function(e){
        return false;
    });

}); 
