////  This function is dynamically produced by App_Code/FirescapeImageUtility, WriteJavascript()
function AddFirescapeImages()
{

//// SW corner, NE corner
var boundaries = new GLatLngBounds(new GLatLng(37.5840000000, -124.8020000000), new GLatLng(52.4330000000, -103.9470000000));
ImageOverlay0 = new GGroundOverlay('http://www.climatescape.net/images/TOPS/TMax_2003_04.gif', boundaries);
//map.addOverlay(ImageOverlay0);

//// SW corner, NE corner
var boundaries = new GLatLngBounds(new GLatLng(37.5840000000, -124.8020000000), new GLatLng(52.4330000000, -103.9470000000));
ImageOverlay1 = new GGroundOverlay('http://www.climatescape.net/images/TOPS/TMax_2003_05.gif', boundaries);
//map.addOverlay(ImageOverlay1);

//// SW corner, NE corner
var boundaries = new GLatLngBounds(new GLatLng(37.5840000000, -124.8020000000), new GLatLng(52.4330000000, -103.9470000000));
ImageOverlay2 = new GGroundOverlay('http://www.climatescape.net/images/TOPS/TMax_2003_06.gif', boundaries);
//map.addOverlay(ImageOverlay2);

//// SW corner, NE corner
var boundaries = new GLatLngBounds(new GLatLng(38.6038688400, -127.2292953900), new GLatLng(51.1210299500, -103.5398402200));
ImageOverlay3 = new GGroundOverlay('http://www.climatescape.net/images/TOPS/PRECIP_AC_2003_4_wgs84.gif', boundaries);
//map.addOverlay(ImageOverlay3);

//// SW corner, NE corner
var boundaries = new GLatLngBounds(new GLatLng(38.6038688400, -127.2292953900), new GLatLng(51.1210299500, -103.5398402200));
ImageOverlay4 = new GGroundOverlay('http://www.climatescape.net/images/TOPS/PRECIP_AC_2003_5_wgs84.gif', boundaries);
//map.addOverlay(ImageOverlay4);

//// SW corner, NE corner
var boundaries = new GLatLngBounds(new GLatLng(38.6038688400, -127.2292953900), new GLatLng(51.1210299500, -103.5398402200));
ImageOverlay5 = new GGroundOverlay('http://www.climatescape.net/images/TOPS/PRECIP_AC_2003_6_wgs84.gif', boundaries);
//map.addOverlay(ImageOverlay5);

}
