function include_key() {
//puts Google Maps key separate from main script

var key = 'ABQIAAAA0rWD7UYo4f3DKFB_c43YWBSyixtlhGyi3bEJU2VyOn1dQIk5oBQkOHlP7f-cCHQt68um7Sk5lbuhUA';
var version = '2.x';

var st = '<script src="http://maps.google.com/maps?file=api&v=' + version + '&key=' + key + '" type="text/javascript"></script>';

document.write(st);
}


include_key();

