
function Picture(top, picture) {
  if (typeof(picture) == "undefined" || picture == "") picture = "2006/2006-boy.jpg";
  document.write('<img src = "' + top + 'images/' + picture + '" />');
}

function Email(e) {document.write(e + "@" + "gmail.com");}
