
var rhs = "washingtonhikes.com";

function print_male_2_link(name)
{
   switch (name) {
      case "hikes":
	     lhs = "wahikes-feedback";
		 break;
	  case "chrisduval":
	     lhs = "wahikes-feedback";
	     document.write("<a href=\"mailto");
   		 document.write(":" + lhs + "@");
         document.write(rhs + "\" style=\"color:white\">" + "Chris Duval"+ "<\/a>");
		 return;
      case "chris":
	     lhs = "walkingdog";
		 break;
      case "damon":
	     lhs = "amiable";
		 break;
      case "carrie":
	     lhs = "tinydancer";
		 break;
      case "krishna":
	     lhs = "krishkat";
		 break;
      case "abbie":
	     lhs = "bimini";
		 break;
      case "steve":
	     lhs = "vbiscuit";
		 break;
      case "amy":
	     lhs = "lamy";
		 break;
	  case "lisa":
	     lhs = "corridore";
		 break;
      case "button":
	  	 lhs = "wahikes-feedback";
	     document.write("<a href=\"mailto");
   		 document.write(":" + lhs + "@");
         document.write(rhs + "\">" + "<img src=\"../../email2.gif\" width=65 height=29 border=0 alt=\"Email\">" + "<\/a>");
		 return;
	  default :
		 return;
   }
   
   document.write("<a href=\"mailto");
   document.write(":" + lhs + "@");
   document.write(rhs + "\">" + lhs + "@" + rhs + "<\/a>");
}


function copydate() {
	document.write("2008");
}
