// This document outputs the correct call to initialize the Google Maps API.

if (location.host=='ogrehut.net')
  document.write('<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA6FBqhtLLMRPAaFC9EY815BTHXsjbqdh36cflsEndfrfJ0y-fwRTS8nNVCxdZ5ZHokJzr4XPUZnlZEQ" type="text/javascript"></script>');
else
  if (location.host=='ogrehut.com')
     document.write('<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA7bQVFGl1a-bME3Gp6h1grBRqOP5PoaLCbOzADNPKY71n1jyyLRShJ2_Q5KUowOUX5t1lh0GmjSxmQg" type="text/javascript"></script>');
  else 
    document.write('<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA6FBqhtLLMRPAaFC9EY815BRbbFOKxpGK56yLh4cIIJNu5_2YfhT6FxsrCmOcDkoxmpTnZnvqGxASVA" type="text/javascript"></script>');
