var points = new Array();points.push(new GLatLng(-28.7747,114.609));
points.push(new GLatLng(-28.5761,114.293));
points.push(new GLatLng(-28.2217,113.535));
points.push(new GLatLng(-28.0756,113.178));
points.push(new GLatLng(-27.9553,112.849));
points.push(new GLatLng(-27.7444,112.376));
points.push(new GLatLng(-27.4664,112.436));
points.push(new GLatLng(-27.3219,112.405));
points.push(new GLatLng(-27.2556,112.116));
points.push(new GLatLng(-27.3992,111.623));
points.push(new GLatLng(-27.3106,110.827));
points.push(new GLatLng(-27.2194,110.458));
points.push(new GLatLng(-27.0892,110.043));
points.push(new GLatLng(-27.0047,109.509));
points.push(new GLatLng(-26.9378,108.89));
points.push(new GLatLng(-26.9789,108.548));
points.push(new GLatLng(-26.9825,108.303));
points.push(new GLatLng(-26.9944,107.929));
points.push(new GLatLng(-26.9836,107.681));
points.push(new GLatLng(-26.8781,107.634));
points.push(new GLatLng(-26.7808,107.616));
points.push(new GLatLng(-26.6072,107.077));
points.push(new GLatLng(-26.64,106.516));
points.push(new GLatLng(-26.7314,106.083));
points.push(new GLatLng(-26.7208,105.673));
points.push(new GLatLng(-26.6694,105.075));
points.push(new GLatLng(-26.6481,104.594));
points.push(new GLatLng(-26.6067,104.216));
points.push(new GLatLng(-26.645,103.685));
points.push(new GLatLng(-26.7006,103.256));
points.push(new GLatLng(-26.8239,102.871));
points.push(new GLatLng(-26.885,102.426));
points.push(new GLatLng(-26.8217,102.041));
points.push(new GLatLng(-26.7736,101.662));
points.push(new GLatLng(-26.7275,101.208));
points.push(new GLatLng(-26.6981,100.67));
points.push(new GLatLng(-26.6758,100.23));
points.push(new GLatLng(-26.6717,99.8803));
points.push(new GLatLng(-26.6797,99.4564));
points.push(new GLatLng(-26.6453,99.1436));
points.push(new GLatLng(-26.63,98.6108));
points.push(new GLatLng(-26.6347,98.2919));
points.push(new GLatLng(-26.5686,97.8989));
points.push(new GLatLng(-26.6053,97.4714));
points.push(new GLatLng(-26.5964,96.9389));
points.push(new GLatLng(-26.2036,95.2417));
points.push(new GLatLng(-26.6064,91.51));
points.push(new GLatLng(-26.45,90.9139));
points.push(new GLatLng(-26.4306,90.6456));
points.push(new GLatLng(-26.4194,90.3042));
points.push(new GLatLng(-26.4181,90.1161));
points.push(new GLatLng(-26.2953,89.9739));
points.push(new GLatLng(-26.1269,89.89));
points.push(new GLatLng(-24.9833,86.3333));
points.push(new GLatLng(-24.4,83.5667));
points.push(new GLatLng(-24.3,79.1667));
points.push(new GLatLng(-22.6,77.6));
points.push(new GLatLng(-22.3833,73.7833));
points.push(new GLatLng(-21.9,71.3833));
points.push(new GLatLng(-21.9,70.8));
points.push(new GLatLng(-21.7833,70.3167));
points.push(new GLatLng(-21.6833,69.85));
points.push(new GLatLng(-21.5167,69.3833));
points.push(new GLatLng(-21.5167,68.95));
points.push(new GLatLng(-21.4,67.95));
points.push(new GLatLng(-21.3833,67.35));
points.push(new GLatLng(-20.5,63));
points.push(new GLatLng(-20.1,59.8667));
points.push(new GLatLng(-20.0889,58.9589));
points.push(new GLatLng(-19.9667,57.625));

				var p = new GLatLng(-19.9667,57.625);
				var icon = new GIcon();
				icon.image = "http://www.indianoceanrowingrace09.com/images/boats/993333.png";
				icon.iconSize = new GSize(11, 11);
				icon.iconAnchor = new GPoint(5, 5);
				var marker14 = new GMarker(p,icon);
				map.addOverlay(marker14);

				var icon = new GIcon();
				icon.image = "http://www.indianoceanrowingrace09.com/images/arrows/6.png";
				icon.iconSize = new GSize(15, 15);
				icon.iconAnchor = new GPoint(7, 7);
				icon.infoWindowAnchor = new GPoint(7, 7);
				var arrMarker14 = new GMarker(p,icon);
				if (typeof(infowindow) != "undefined" && infowindow == true){
					GEvent.addListener(arrMarker14, "mouseover", function() {this.openInfoWindowHtml("<div class=\"google-tooltip\">5 Rowing for Prostate<br><a href=\"/progress/byteam/14\">View Progress</a></div>");});
				}
				//GEvent.addListener(arrMarker14, "mouseout", function() {map.closeInfoWindow();});
				map.addOverlay(arrMarker14);
				var p = new GPolyline(points,"#993333",3);map.addOverlay(p);