function WriteHosterLink()
 {
  document.write('<a href="http://www.godaddy.com/"');
  document.write(' ><img src="img/godaddy_white.gif" alt="Hosted by GoDaddy" class="linkedimage"');
  document.write(' /></a>');
 }

function WriteGoogleMapScriptReference()
 {
  // Key specific to stillermann.com.
  document.write('<script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAApzgipefkvPY6w21JrJsRrhRCnvEvVgKe63ntmSeDIYj4cqUsGxR1Lho_RPFb8ckxivu4b4US70j7Ig" type="text/javascript"></script>');
 }

function GetGoogleAnalyticsAccount()
 {
  // Key specific to stillermann.com.
  return "UA-107974-1";
 }
