// JavaScript Document

var maplink;
var key;
var version = "2";
var thisDomain = document.domain;

key = "ABQIAAAAbCaRQjnZiOERgICRwZBhXhTHl5ZNTGk5H-eXxOo7dJxvw8bnoRQbc2XTNIUXeSuwfCsxpmx7RJWdYQ";
	//construct the map link
maplink = "<script src='http://maps.google.com/maps?file=api&v=" + version + "&key=" + key + "' type='text/javascript'></script>";
document.write(maplink);

