$(document).ready(function(){
	$("p,img,a,ul,table").bind("mousedown",function(){return false});
	$(this).bind("selectstart",function(){return false});
	$(this).bind("contextmenu",function(){return false});
});
