function Mail(person) {
  host = new String(location.host); posn = host.indexOf('.') + 1
  mail = new Array(person, "@", host.substring(posn))
  href="mailto:"; for (i in mail) {href += mail[i]};  location.href=href
  return(document.href)
}

  //Jacana Home 468x60, created 20/01/08
  google_ad_client = "pub-7493458658787394";
  google_ad_slot = "3790397164";
  google_cpa_choice = ""; // on file
  google_ad_width  =  468;
  google_ad_height =  60;
  //google_ad_format = "468x60_as";

function Foot(level) {
  url = new Array("", "pattern", "gallery", "djc", "book", "jacana", "poetry", "property")
  tag = new Array("JACANA HOUSE", "Architecture", "Art GAllery", "CD Music", "Electronic Books", "Jacana Bird", "Poetry", "BUNGALOW FOR SALE")
  par = '../'; len = url.length

  document.write('<HR WIDTH=60% noshade>\n')
  document.write('<P><FONT SIZE="-1">\n')
  deep = ''; for(i=0; i<level; i++) {deep += par}

  for(i in url) {
     line = '<A HREF="' + deep + url[i] + '">' + tag[i] + '</A>'
     if(i == 0 | i == len-1 ) {end = "<BR>\n"} else {end = " |\n"}
     document.write(line + end)
  }
}


function ListPoem(p1,p2) {
  
}
