window.onload = init

function init()
{ fileName = document.location.href
  if (fileName.indexOf("portfolio.htm") != -1)
  { loadXMLDoc("includes/portfolio.xml")
  }
  if (fileName.indexOf("contact.htm") != -1)
  { xx = "inquiry@"
    xx += "purefreedom.com"
    document.getElementsByName("recipient")[0].value = xx
  }
  
}


function stats()
{ document.write('<img src="/cgi-bin/axs/ax.pl?mode=img&ref=');
  document.write( escape( document.referrer ) );
  document.write('" height="1" width="1" style="display:none" alt="" />');
}