<script type="text/javascript">
var DADrccolor = "#F1F1F1";
var DADrcimage = "https://lh5.googleusercontent.com/-70ZyK7Gt4XE/VI8sxCvJGII/AAAAAAAAGd0/RZA9e6iSJBM/s300/superheroe.png";
document.write('<style type="text/css">#DADrightclick{background:url(' + DADrcimage + ') no-repeat center center fixed ' + DADrccolor + ';text-align:center;width:0px;height:0px;position:fixed;top:50%;right:50%;bottom:50%;left:50%;border:0px;z-index:1000000;padding:auto;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;display:block;cursor:pointer;}#DADrightclick #DADrc{position:fixed;bottom:1px;right:1px;display:none;}#DADrightclick #DADrc a,#DADrightclick #DADrc a:link,#DADrightclick #DADrc a:active,#DADrightclick #DADrc a:visited{color:silver;font-size:9px;text-decoration:none;}</style>');
function DADblockrc() {
var DADrcd = document.getElementById('DADrightclick').style;
DADrcs = document.getElementById('DADrc').style;
if (DADrcd.width == "0px") {
DADrcd.width = "100%";
DADrcd.height = "100%";
DADrcd.top = '0px';
DADrcd.right = '0px';
DADrcd.bottom = '0px';
DADrcd.left = '0px';
DADrcs.display = 'block';
return false;
} else {
DADrcd.width = "0px";
DADrcd.height = "0px";
DADrcd.top = '50%';
DADrcd.right = '50%';
DADrcd.bottom = '50%';
DADrcd.left = '50%';
DADrcs.display = 'none';
return false;
}
}
document.oncontextmenu = DADblockrc;
var DADrcc = document.write('<div id="DADrightclick" onclick="DADblockrc();
" style="width:0px;
" title="Click to dissmiss this message."><span id="DADrc"><a href="http://www.dickeymaru.com/2012/12/AntiRightClickAnimation.html" id="DADrcl" target="_blank" title="Create your own Anti Right Click!">Anti Right Click With Image v3 | by DickeyMaru.com</a></span></div>');
document.getElementsByTagName('body')[0].appendChild(DADrcc);
</script>