function route_monkeyspoon_traditional_epic()
{

osMap.setCenter(new OpenSpace.MapPoint(417995,386000),2);

if (route_monkeyspoon_traditional_epic_loaded == 0) {
route_monkeyspoon_traditional_epic_loaded = 1;

linestyle = routelinestyle1;
length = 0;

// Hope Brinks
mappointstoadd=new Array("417270,385725","417205,386080","416995,386340","416835,386520","416620,386660","416500,386750","416465,386815","416290,387175","415975,387600");
newline (mappointstoadd,linestyle)

//Crossing the Snake
mappointstoadd=new Array("416195,388425","416235,388495","416190,388795");
newline (mappointstoadd,linestyle)

// Hagg Tor to Gores
mappointstoadd=new Array("416370,389045","416415,389095","416465,389415","416590,389695","416595,389900","416705,390120");
newline (mappointstoadd,linestyle)

// Gores to Fairholmes to Grindle Clough
mappointstoadd=new Array("416750,391020","416865,390995","416965,390755","416950,390565","416990,390310","416995,389950","417100,389765","417175,389410","417220,389385","417220,389465","417300,389635","417375,389615","417575,389265","417855,389005","418230,388790","418435,388655","418510,388720","418615,388680","418670,388455","418720,388385");
newline (mappointstoadd,linestyle)

// Whinstone Lee Tor to Ladybower PH to Aston Start
mappointstoadd=new Array("419790,387395","420035,387400","420200,387360","420480,387415","420620,387410","420955,387515","421125,387525","421240,387480","421340,387525","421365,387470","420980,387005","420910,386995","420800,386805","420640,386745","420490,386535","420475,386475","420210,386350","420300,386150","420210,386030","420175,385895","420175,385580","420125,385445","419770,385455","419720,385135","419670,384115","419725,383945","419815,383790","419840,383675","419955,383515","419940,383465","419885,383430","419705,383565","419480,383660","419400,383735","419215,383735","419020,383810","418915,383875","418680,383925","418525,383920","418290,384005","418220,383970","418185,383935","418145,384065","418130,384305");
newline (mappointstoadd,linestyle)

length += Aston.length + HopeXDH.length + HaggTor.length + Gores.length + DerwentEdge.length;

length = Math.round(length);
length_km = ((Math.round(length/100))/10);
length_mi = (Math.round((length*0.6214)/100))/10;

routedesription = "<b>Monkeyspoon Traditional EPIC</b><br /><br />Calculated Distance: " + length_km + "km / " + length_mi + "mi" + "<br />Starting points: Hope, Fairholmes/Derwent, Heatherdene/Ladybower<br />Recommend Direction: Clockwise<br />Examples: ";
	marker = osMap.createMarker(new OpenSpace.MapPoint(418525,383920),null,routedesription,popupsize);
}
}
