if (window.top.location != window.self.location){
window.top.location = window.self.location;
}

document.oncontextmenu = function klik(e)
      {
        if (!e) var e = event;
        eSrc = (e.srcElement) ?  e.srcElement : e.target;
        changeLoc(eSrc);
      }

function displayunicode(e){
var unicode=e.keyCode? e.keyCode : e.charCode
if (unicode==17 || unicode==16){
				document.getElementById("grotefoto").innerHTML = "<div style='width:690px; height:453px; background:#000000; color#FFFFFF; text-align:center; padding-top:200px;'>Photo copyright http://www.magicphotoworld.com<br/> Please use the links below to purchase this image.</div>";
	}
}


function changeLoc(eventSrc){
				eventSrc2 = eventSrc.src
				imgTagReplace = "http://www.magicphotoworld.com/php/imagerewrite.php?imgname=" + eventSrc2
				eventSrc.src = imgTagReplace;
}
