var points = new Array();points.push(new GLatLng(-28.7747,114.609));
points.push(new GLatLng(-28.6086,114.391));
points.push(new GLatLng(-28.4542,114.144));
points.push(new GLatLng(-28.2381,113.811));
points.push(new GLatLng(-28.1464,113.639));
points.push(new GLatLng(-28.0303,113.454));
points.push(new GLatLng(-27.9572,113.416));
points.push(new GLatLng(-27.8544,113.393));
points.push(new GLatLng(-27.8125,113.256));
points.push(new GLatLng(-27.7244,112.664));
points.push(new GLatLng(-27.4844,112.414));
points.push(new GLatLng(-27.2989,112.242));
points.push(new GLatLng(-27.2472,111.998));
points.push(new GLatLng(-27.4375,111.81));
points.push(new GLatLng(-27.435,111.536));
points.push(new GLatLng(-27.6006,111.6));
points.push(new GLatLng(-27.5519,111.464));
points.push(new GLatLng(-27.5797,111.475));
points.push(new GLatLng(-27.5936,111.482));
points.push(new GLatLng(-27.6056,111.488));
points.push(new GLatLng(-27.6167,111.493));
points.push(new GLatLng(-27.6267,111.496));
points.push(new GLatLng(-27.6372,111.497));
points.push(new GLatLng(-27.6586,111.499));
points.push(new GLatLng(-27.6619,111.481));
points.push(new GLatLng(-27.6636,111.467));
points.push(new GLatLng(-27.6681,111.443));
points.push(new GLatLng(-27.6731,111.43));

				var p = new GLatLng(-27.6731,111.43);
				var icon = new GIcon();
				icon.image = "http://www.indianoceanrowingrace09.com/images/boats/FF0000.png";
				icon.iconSize = new GSize(11, 11);
				icon.iconAnchor = new GPoint(5, 5);
				var marker2 = new GMarker(p,icon);
				map.addOverlay(marker2);

				var icon = new GIcon();
				icon.image = "http://www.indianoceanrowingrace09.com/images/arrows/5.png";
				icon.iconSize = new GSize(15, 15);
				icon.iconAnchor = new GPoint(7, 7);
				icon.infoWindowAnchor = new GPoint(7, 7);
				var arrMarker2 = new GMarker(p,icon);
				if (typeof(infowindow) != "undefined" && infowindow == true){
					GEvent.addListener(arrMarker2, "mouseover", function() {this.openInfoWindowHtml("<div class=\"google-tooltip\">1 Doing Time<br><a href=\"/progress/byteam/2\">View Progress</a></div>");});
				}
				//GEvent.addListener(arrMarker2, "mouseout", function() {map.closeInfoWindow();});
				map.addOverlay(arrMarker2);
				var p = new GPolyline(points,"#ff0000",3);map.addOverlay(p);