//disable right click
window.onload=function pro(){if(document.images){for(i=0;i<document.images.length;i++) document.images[i].onmousedown = function (e){return false;};}};



//disable iframe loading
if(window.parent.frames.length>0){
	window.parent.location.replace(window.location);}