<!--
var domain;
var id;
function Protect(id, domain)
{
location.href = "mailto:" + id + "@" + domain;
}

function Warning() {
alert("I am updating this site, adding more photos and text.  As a result of the changes, some the links may not work.  If you find one that doesn't, drop me a line at dave@fuzzo.com.  (Message posted on 19 August 2004.)")
}

// End of JavaScript

--> 
