<!-- 

var SANDYleft = "Sandylandusa";
var SANDYright = "yahoo.com";

function print_SANDY_mailto() 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + SANDYleft + "@");
   document.write(SANDYright + "\">" + "Sandy" + "<\/a>");
}

var MEleft = "Sandylandusa";
var MEright = "yahoo.com";

function print_ME_mailto() 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + MEleft + "@");
   document.write(MEright + "\">" + "contact me" + "<\/a>");
}

var USleft = "Sandylandusa";
var USright = "yahoo.com";

function print_US_mailto() 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + USleft + "@");
   document.write(USright + "\">" + "contact us" + "<\/a>");
}

var SANDYLANDleft = "Sandylandusa";
var SANDYLANDright = "yahoo.com";

function print_SANDYLAND_mailto() 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + SANDYLANDleft + "@");
   document.write(SANDYLANDright + "\">" + "Sandyland" + "<\/a>");
}

var WEBMASTERleft = "patrick";
var WEBMASTERright = "ewest.org";

function print_WEBMASTER_mailto() 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + WEBMASTERleft + "@");
   document.write(WEBMASTERright + "\">" + "Webmaster" + "<\/a>");
}

//-->

