// E-mail Hider
function MailLUKE() {
    var name = "lukebarker001";
    var host = "hotmail.com";
    var delim = "\@";
    var href = 'mailto:';
    var text = '\<a href="' + href + name + delim + host + '">';
document.write(text);
}


<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 


 
 <!-- 
function SmallWindow1(wintype) { 

SmallWin=window.open(wintype,"SmallWin","toolbar=no,directories=no,status=no,scrollbars=yes,menubar=no,width=553,height=353"); SmallWin.window.focus() } 

// This Pop-up script courtesy of Stephen Downes:  http://www.assiniboinec.mb.ca/user/downes   downes@assiniboinec.mb.ca --> 

// Copyright Date
function GetThisYear() {
 var CurYear = new Date();
 var ThisYear = CurYear.getYear();
 document.write(ThisYear);
 }
