////  This function is dynamically produced by App_Code/FirescapeWebCamUtility, WriteJavascript()
function AddFirescapeWebCams()
{

var sensorIcon=new GIcon(G_DEFAULT_ICON);
sensorIcon.image='images/green-marker.png';
sensorIcon.iconSize=new GSize(17,30);
markerOptions={icon:sensorIcon};

var FirescapeWebCamMarker0 = new GMarker(new GLatLng(45.0172400000, -110.7627900000), markerOptions);
var html0  ='<a href=http://64.79.37.115:5003/CgiStart?page=Single onclick="window.open(this.href, \'newwin\', \'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes, width=550,height=550,left=600,top=50\'); return false;" >pan-tilt-zoom camera</a><IFRAME ID="WebCamMarker0" NAME="WebCamMarker0" src="http://64.79.37.115:5003/CgiStart?page=Single" WIDTH="600" HEIGHT="400" BORDER="0"/>';
map.addOverlay(FirescapeWebCamMarker0);
GEvent.addListener(FirescapeWebCamMarker0, "click", function() { FirescapeWebCamMarker0.openInfoWindowHtml(html0); });
FirescapeWebCamMarkers.push(FirescapeWebCamMarker0);

var FirescapeWebCamMarker1 = new GMarker(new GLatLng(45.1239300000, -110.7263900000), markerOptions);
var html1  ='<a href=http://64.79.37.115:5003/CgiStart?page=Single onclick="window.open(this.href, \'newwin\', \'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes, width=550,height=550,left=600,top=50\'); return false;" >pan-tilt-zoom camera</a><IFRAME ID="WebCamMarker1" NAME="WebCamMarker1" src="http://64.79.37.115:5003/CgiStart?page=Single" WIDTH="600" HEIGHT="400" BORDER="0"/>';
map.addOverlay(FirescapeWebCamMarker1);
GEvent.addListener(FirescapeWebCamMarker1, "click", function() { FirescapeWebCamMarker1.openInfoWindowHtml(html1); });
FirescapeWebCamMarkers.push(FirescapeWebCamMarker1);

var FirescapeWebCamMarker2 = new GMarker(new GLatLng(45.6703200000, -111.0673100000), markerOptions);
var html2  ='<a href=http://64.79.37.115:5003/CgiStart?page=Single onclick="window.open(this.href, \'newwin\', \'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes, width=550,height=550,left=600,top=50\'); return false;" >pan-tilt-zoom camera</a><IFRAME ID="WebCamMarker2" NAME="WebCamMarker2" src="http://64.79.37.115:5003/CgiStart?page=Single" WIDTH="600" HEIGHT="400" BORDER="0"/>';
map.addOverlay(FirescapeWebCamMarker2);
GEvent.addListener(FirescapeWebCamMarker2, "click", function() { FirescapeWebCamMarker2.openInfoWindowHtml(html2); });
FirescapeWebCamMarkers.push(FirescapeWebCamMarker2);

}
