function Follow() {
var Waypoints = [];
var Markers = [];

var Route = new GPolyline(Waypoints, '#0000ff', 10);
if ( map ) map.addOverlay(Route);

map.setCenter(new GLatLng(0,0),2);
}
