<body background="http://www.alivingwonder.com/bg.png" text="white" link="#808080" alink="#808080" vlink="#808080">


<style TYPE="text/css">
<!--
a:link, a:active, a:visited {text-decoration: none;   font-weight: bold; color: gray}
A:link {font-weight: normal; color: gray; text-decoration: none}

A:visited {font-weight: normal;color: gray; text-decoration: none}

A:active {font-weight: normal; color: gray; text-transform: none; text-decoration: font-weight: none}

A:Hover {text-decoration: none; color: gray; font-weight:none; CURSOR:hand;}
a:hover {text-decoration: none; cursor:solid; font-weight: bold; color: #ffffff}
body,p,td { font-family:verdana; font-size:8pt; letter-spacing:1px; line-height:13px; text-decoration:none; color: #ffffff; }
-->

      </style>

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.alivingwonder.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>