var points = new Array();points.push(new GLatLng(-28.7747,114.609));
points.push(new GLatLng(-27.9186,112.753));
points.push(new GLatLng(-27.0714,112.111));
points.push(new GLatLng(-26.8183,111.025));
points.push(new GLatLng(-26.4783,110.644));
points.push(new GLatLng(-25.855,109.781));
points.push(new GLatLng(-25.5542,108.815));
points.push(new GLatLng(-25.2756,108.068));
points.push(new GLatLng(-25.1719,107.536));
points.push(new GLatLng(-25.1114,107.012));
points.push(new GLatLng(-25.0389,106.501));
points.push(new GLatLng(-25.0872,105.951));
points.push(new GLatLng(-24.9153,105.201));
points.push(new GLatLng(-24.5531,104.854));
points.push(new GLatLng(-24.215,104.719));
points.push(new GLatLng(-23.8494,104.438));
points.push(new GLatLng(-23.5192,103.648));
points.push(new GLatLng(-23.2469,102.734));
points.push(new GLatLng(-22.3606,98.6014));
points.push(new GLatLng(-21.8044,93.7258));
points.push(new GLatLng(-21.3519,90.0628));
points.push(new GLatLng(-21.0331,85.8653));
points.push(new GLatLng(-20.7497,81.4658));
points.push(new GLatLng(-20.1383,76.8756));
points.push(new GLatLng(-19.7264,71.9103));
points.push(new GLatLng(-20.2728,67.625));
points.push(new GLatLng(-20.0639,63.9525));
points.push(new GLatLng(-20.0303,61.9756));
points.push(new GLatLng(-20.2847,61.4631));
points.push(new GLatLng(-20.1706,61.1244));
points.push(new GLatLng(-20.1819,60.7344));
points.push(new GLatLng(-20.2158,60.465));
points.push(new GLatLng(-20.2481,60.0358));
points.push(new GLatLng(-20.2672,59.5231));
points.push(new GLatLng(-20.2781,59.2297));
points.push(new GLatLng(-20.1839,58.7164));
points.push(new GLatLng(-20.0917,58.2583));
points.push(new GLatLng(-19.9639,57.625));

				var p = new GLatLng(-19.9639,57.625);
				var icon = new GIcon();
				icon.image = "http://www.indianoceanrowingrace09.com/images/boats/FFCCFF.png";
				icon.iconSize = new GSize(11, 11);
				icon.iconAnchor = new GPoint(5, 5);
				var marker10 = new GMarker(p,icon);
				map.addOverlay(marker10);

				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 arrMarker10 = new GMarker(p,icon);
				if (typeof(infowindow) != "undefined" && infowindow == true){
					GEvent.addListener(arrMarker10, "mouseover", function() {this.openInfoWindowHtml("<div class=\"google-tooltip\">7 Bexhill Trust Challenger<br><a href=\"/progress/byteam/10\">View Progress</a></div>");});
				}
				//GEvent.addListener(arrMarker10, "mouseout", function() {map.closeInfoWindow();});
				map.addOverlay(arrMarker10);
				var p = new GPolyline(points,"#ffccff",3);map.addOverlay(p);
