<html>
<head>

<title>Stop images from being stolen</title>

<script language="JavaScript">
<!--

function buttoncheck(e) {
if (document.all && event.button==2) {
document.all.orderwindow.style.visibility="visible"
alert("Please order my HTML-source by email!")
return false
}
if (document.layers && e.which==3) {
document.orderwindow.visibility="visible"
alert("Please order my HTML-source by email!")
return false
}
}

function sendmail() {
if (document.all) {
document.all.orderwindow.style.visibility="hidden"
document.forms[0].submit()
}
if (document.layers) {
document.orderwindow.visibility="hidden"
document.orderwindow.document.forms[0].submit()
}
}

function closewindow() {
if (document.all) {
document.all.orderwindow.style.visibility="hidden"
}
if (document.layers) {
document.orderwindow.visibility="hidden"
}
}

if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=buttoncheck;
// -->

function setVariables(){
if (navigator.appName == "Netscape") {
v=".top=";dS="document.";sD="";y="window.pageYOffset" }
else {v=".pixelTop=";dS="";sD=".style";y="document.body.scrollTop"}}
function checkLocation(){
object="object1";yy=eval(y);eval(dS+object+sD+v+yy);setTimeout("checkLocation()",10)
}


//tmtC_NNresizeFix
if (document.layers) {
origWidth = innerWidth;
origHeight = innerHeight;}
function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();}
if (document.layers) onresize = reDo;
//tmtC_NNresizeFixEnd
</script>

</head>

<body onload=setVariables();checkLocation()"bgcolor="#FFFFFF" bgcolor="#FFFFCC">

<div id="orderwindow" style="position:absolute;top:68px;left:57px;visibility:hidden; width: 110px; height: 75px">
<form ACTION="mailto:webmaster@abetterserver.com?subject=I want your HTML Code" enctype="text/plain">
<input type="submit" value="Send for Code" onClick="sendmail()">
</form>
</div>

<font face="Arial, Helvetica, sans-serif" size="4"><b>Right Click anywhere on
the screen </b></font>


</body>
</html>