function defineRoute() { var thePath = new Array( ); return thePath; } function waypoints() { var theWaypoints = new Array( ); return theWaypoints; } var Statistics = {regtime: null, distance: 0, label: 'Geen updates'}; function defineMyPath() { var thePath = new Array( ); return thePath; }