/* site specific scripts */

function siteInit(){
  /*
  if (document.forms[0].email) {
    document.forms[0].email.value = "Email Address";
  }
  else {
    document.forms[1].email.value = "Email Address";
  }*/
  // Called with the body onload event.
  // Customise according to site requirements.
}

