How to Disable Right click in Blogger / Blogspot ?

By Disable Right click in Blogger / Blogspot you you can save your blog post from directly copy past but it effect on SEO of you blog.your SEO is badly effected but i am giving you method
Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
Step 2 : Copy the code paste it in that blogger widget.
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Being Geeks
//For full source code, visit http://www.sexpower4u.blogspot.com
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
Step 3 : Save the html/javascript and view you blog.
When you will try to do right click, a message will tell you that “Function disabled”
 •    Enjoy blogging and have fun