
if (self == top) {
    if (document.images)
    {
		top.location.href='http://www.igheimer.se/elin/index2.php?main='+window.location.href;
	}
	else
    {
		top.location.href='http://www.igheimer.se/elin/index2.php?main='+window.location.href;
    }
}


var message="Aja baja! Bilderna & antavlorna är privata. ";



function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

