var points = new Array();points.push(new GLatLng(-28.7747,114.609));
points.push(new GLatLng(-28.5011,114.429));
points.push(new GLatLng(-28.46,114.396));
points.push(new GLatLng(-28.4483,114.382));
points.push(new GLatLng(-28.4331,114.345));
points.push(new GLatLng(-28.2997,114.214));
points.push(new GLatLng(-28.2544,114.127));

				var p = new GLatLng(-28.2544,114.127);
				var icon = new GIcon();
				icon.image = "http://www.indianoceanrowingrace09.com/images/boats/6600CC.png";
				icon.iconSize = new GSize(11, 11);
				icon.iconAnchor = new GPoint(5, 5);
				var marker6 = new GMarker(p,icon);
				map.addOverlay(marker6);

				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 arrMarker6 = new GMarker(p,icon);
				if (typeof(infowindow) != "undefined" && infowindow == true){
					GEvent.addListener(arrMarker6, "mouseover", function() {this.openInfoWindowHtml("<div class=\"google-tooltip\">8 Hoppipolla<br><a href=\"/progress/byteam/6\">View Progress</a></div>");});
				}
				//GEvent.addListener(arrMarker6, "mouseout", function() {map.closeInfoWindow();});
				map.addOverlay(arrMarker6);
				var p = new GPolyline(points,"#6600cc",3);map.addOverlay(p);