function popup(href) {
       newwindow=window.open(href,'popup','top=50,left=50,width=430,height=410,scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=yes');
	if (!newwindow.opener) newwindow.opener = self;
	if (window.focus) {newwindow.focus()}
	return false;
}

function contact(){
  var sDom='davidmichaelslater%23com';
  var sUser='david';
  return("mail"+"to:"+sUser+"@"+sDom.replace(/%23/g,"."));
}