// The constructor should be called with // the parent object (optional, defaults to window). function Timer(){ this.obj = (arguments.length)?arguments[0]:window; return this; } // The set functions should be called with: // - The name of the object method (as a string) (required) // - The millisecond delay (required) // - Any number of extra arguments, which will all be // passed to the method when it is evaluated. Timer.prototype.setInterval = function(func, msec){ var i = Timer.getNew(); var t = Timer.buildCall(this.obj, i, arguments); Timer.set[i].timer = window.setInterval(t,msec); return i; } Timer.prototype.setTimeout = function(func, msec){ var i = Timer.getNew(); Timer.buildCall(this.obj, i, arguments); Timer.set[i].timer = window.setTimeout("Timer.callOnce("+i+");",msec); return i; } // The clear functions should be called with // the return value from the equivalent set function. Timer.prototype.clearInterval = function(i){ if(!Timer.set[i]) return; window.clearInterval(Timer.set[i].timer); Timer.set[i] = null; } Timer.prototype.clearTimeout = function(i){ if(!Timer.set[i]) return; window.clearTimeout(Timer.set[i].timer); Timer.set[i] = null; } // Private data Timer.set = new Array(); Timer.buildCall = function(obj, i, args){ var t = ""; Timer.set[i] = new Array(); if(obj != window){ Timer.set[i].obj = obj; t = "Timer.set["+i+"].obj."; } t += args[0]+"("; if(args.length > 2){ Timer.set[i][0] = args[2]; t += "Timer.set["+i+"][0]"; for(var j=1; (j+2)


PDF
Google Earth
GPX
'; this.interval; this.move = function() { pix=this.pix_coord_array[this.i].split(","); text="
T:"+this.time_array[this.i]+"
E: "+this.ele_array[this.i]+"
S:"+this.speed_array[this.i]+"
I:"+this.incline_array[this.i]+"%
"; if (!this.minimized) document.getElementById("marker"+this.id).style.display = "inline"; document.getElementById("stats"+this.id).innerHTML = text; document.getElementById("marker"+this.id).style.left = pix[0]+"px"; document.getElementById("marker"+this.id).style.top = pix[1]+"px"; //stickPos=document.getElementById("stick"+this.id).style.left; newStickpos=this.percent_array[this.i]; document.getElementById("stick"+this.id).style.left = newStickpos+"px"; } this.gmapPan = function() { coord=this.coord_array[this.i].split(" "); try { map.panTo(new GLatLng(coord[1],coord[0])); } catch (e) {} } this.play = function() { document.getElementById("playbutton"+this.id).style.display = "none"; document.getElementById("pausebutton"+this.id).style.display = "inline"; this.interval=500; this.animate(); } this.animate = function() { if (!this.minimized) document.getElementById("stick"+this.id).style.display = "inline"; if (this.pix_coord_array.length==this.i) return; this.move(this.i); this.gmapPan(this.i); this.i++; this.timer.setTimeout("animate", this.interval) } this.pause = function() { document.getElementById("playbutton"+this.id).style.display = "inline"; document.getElementById("pausebutton"+this.id).style.display = "none"; this.interval=10000000; } this.stepFor = function() { this.i++; this.move(this.i); this.gmapPan(this.i); } this.stepBack = function() { this.i--; this.move(this.i); this.gmapPan(this.i); } this.reset = function(){ this.i=0; document.getElementById("marker"+this.id).style.display = "none"; document.getElementById("stick"+this.id).style.display = "none"; } this.changeSize = function(){ if (this.minimized) { this.minimized=false; value="inline" } else { this.minimized=true; value="none" } document.getElementById("mapimage"+this.id).style.display=value; document.getElementById("profileimage"+this.id).style.display=value; document.getElementById("stick"+this.id).style.display=value; document.getElementById("marker"+this.id).style.display=value; } this.addHTML = function() { document.getElementById("toposhare"+this.id).innerHTML=this.html; } this.addTitel = function(str) { document.getElementById("titellink"+this.id).innerHTML=str; } this.addWeather = function() { document.getElementById("weather"+this.id).innerHTML=this.weatherHTML; } this.addMapImage = function(url) { document.getElementById("mapimage"+this.id).innerHTML=''; } this.addProfileImage = function(url) { document.getElementById("profileimage"+this.id).innerHTML=''; } this.renderWindow = function() { YAHOO.example.container.panelwidget = new YAHOO.widget.Panel("panelwidget", {visible:true, draggable:false, close:false } ); YAHOO.example.container.panelwidget.render(); YAHOO.example.container.panelwidget.show(); } } var baseUrl ="http://www.toposhare.org"; var playerObj1206 = new player("1206") //alert(playerObj1206.id); playerObj1206.weatherHTML="
Now
78°
Later
61° 83°
Tomorrow
54° 81°
"; playerObj1206.percent_array='0|17.8|17.8|22.25|26.7|26.7|26.7|31.15|31.15|31.15|31.15|31.15|35.6|35.6|35.6|35.6|40.05|40.05|40.05|44.5|48.95|48.95|48.95|53.4|53.4|53.4|57.85|57.85|57.85|62.3|62.3|62.3|66.75|66.75|71.2|71.2|71.2|71.2|75.65|75.65|75.65|80.1|80.1|80.1|80.1|80.1|84.55|84.55|89|89|89|93.45|93.45|97.9|97.9|97.9|97.9|102.35|102.35|102.35|102.35|106.8|106.8|106.8|111.25|111.25|111.25|115.7|115.7|115.7|115.7|115.7|120.15|120.15|120.15|124.6|124.6|124.6|129.05|129.05|133.5|133.5|133.5|137.95|137.95|142.4|142.4|142.4|146.85|146.85|151.3|151.3|151.3|155.75|155.75|160.2|160.2|160.2|164.65|164.65|164.65|169.1|169.1|169.1|173.55|173.55|178|178|178|182.45|182.45|182.45|186.9|186.9|186.9|191.35|191.35|195.8|195.8|200.25|200.25|200.25|204.7|204.7|204.7|209.15|209.15|213.6|213.6|213.6|218.05|218.05|218.05|222.5|222.5|222.5|222.5|226.95|226.95|226.95|231.4|231.4|231.4|231.4|231.4|231.4|235.85|235.85|235.85|235.85|240.3|240.3|240.3|240.3|240.3|240.3|244.75|244.75|244.75|244.75|244.75|249.2|249.2|249.2|249.2|249.2|249.2|253.65|253.65|253.65|253.65|253.65|253.65|253.65|253.65|258.1|258.1|258.1|258.1|258.1|258.1|258.1|262.55|262.55|262.55|262.55|262.55|262.55|262.55|262.55|267|267|267|267|267|267|267|267|267|267|271.45|271.45|271.45|271.45|271.45|271.45|271.45|271.45|271.45|271.45|275.9|275.9|275.9|275.9|275.9|275.9|280.35|280.35|280.35|280.35|280.35|280.35|280.35|280.35|284.8|284.8|284.8|284.8|284.8|284.8|284.8|284.8|284.8|284.8|284.8|289.25|289.25|289.25|289.25|289.25|289.25|289.25|293.7|293.7|293.7|293.7|293.7|293.7|298.15|298.15|298.15|298.15|298.15|298.15|298.15|302.6|302.6|302.6|307.05|307.05|307.05|307.05|307.05|311.5|311.5|311.5|311.5|311.5|311.5|311.5|311.5|311.5|315.95|315.95|315.95|315.95|315.95|315.95|315.95|315.95|320.4|320.4|320.4|320.4|320.4|320.4|320.4|324.85|324.85|324.85|324.85|324.85|324.85|329.3|329.3|329.3|329.3|329.3|329.3|329.3|329.3|329.3|329.3|333.75|333.75|333.75|333.75|333.75|333.75|333.75|333.75|333.75|338.2|338.2|338.2|338.2|338.2|338.2|338.2|338.2|342.65|342.65|342.65|342.65|342.65|342.65|342.65|342.65|342.65|342.65|347.1|347.1|347.1|347.1|347.1|347.1|347.1|347.1|351.55|351.55|351.55|351.55|351.55|351.55|351.55|351.55|351.55|356|356|356|356|356|356|356|356|360.45|360.45|360.45|360.45|360.45|360.45|360.45|360.45|360.45|364.9|364.9|364.9|364.9|364.9|364.9|364.9|369.35|369.35|369.35|369.35|369.35|369.35|369.35|369.35|369.35|369.35|373.8|373.8|373.8|373.8|373.8|373.8|373.8|373.8|378.25|378.25|378.25|378.25|378.25|378.25|378.25|378.25|378.25|378.25|382.7|382.7|382.7|382.7|382.7|382.7|382.7|382.7|387.15|387.15|387.15|387.15|387.15|387.15|387.15|387.15|387.15|391.6|391.6|391.6|391.6|391.6|396.05|396.05|396.05|396.05|396.05|396.05|396.05|396.05|400.5|400.5|400.5|400.5|400.5|400.5|400.5|400.5|404.95|404.95|404.95|404.95|404.95|404.95|404.95|409.4|409.4|409.4|409.4|413.85|413.85|413.85|413.85|413.85|418.3|418.3|418.3|418.3|418.3|418.3|418.3|418.3|418.3|422.75|422.75|422.75|422.75|422.75|422.75|422.75|427.2|427.2|427.2|427.2|427.2|427.2|427.2|427.2|427.2|431.65|431.65|431.65|431.65|431.65|431.65|431.65|431.65|436.1|436.1|436.1|436.1|436.1|436.1|436.1|440.55|440.55|440.55|440.55|440.55|440.55|445|'.split('|'); playerObj1206.pix_coord_array='22,132|10,145|9,146|7,146|5,146|4,148|4,149|4,150|3,151|3,150|2,150|2,151|2,151|1,152|2,151|2,150|3,150|3,151|4,148|6,146|7,145|8,146|9,145|11,145|11,146|12,145|13,144|14,144|15,143|16,142|18,141|19,140|20,139|21,138|22,137|23,137|24,137|26,137|27,138|27,138|28,139|29,139|29,140|30,140|30,140|32,140|32,141|32,144|31,145|33,145|34,146|35,146|37,147|38,148|37,149|37,150|37,151|36,152|36,153|36,154|36,155|37,155|38,155|39,155|41,155|42,155|43,155|44,155|45,155|46,156|46,156|47,155|47,156|49,155|50,154|51,154|52,153|53,152|54,151|55,150|56,149|57,148|59,147|60,146|62,145|63,145|64,144|65,143|67,142|67,141|69,140|70,140|72,139|73,138|74,137|75,136|77,136|78,135|79,135|81,134|81,133|82,133|84,133|85,132|86,131|88,131|89,131|90,131|92,130|94,130|95,129|96,129|96,128|97,128|98,127|99,127|101,127|104,126|105,125|107,125|108,124|109,124|111,124|112,124|113,123|115,123|116,123|118,123|119,122|120,122|122,122|123,122|124,123|126,123|126,123|127,122|128,121|129,121|130,120|131,120|131,121|131,121|131,122|132,122|132,122|133,121|134,121|135,122|135,121|136,121|137,120|137,120|138,121|139,121|138,120|137,119|137,119|137,119|139,119|140,119|140,119|141,118|141,118|142,118|142,118|143,117|143,117|144,117|145,117|145,117|146,117|145,117|145,116|146,116|146,116|147,116|147,116|148,117|148,117|149,117|149,117|149,116|149,116|149,115|149,115|150,115|150,116|150,116|151,116|152,116|152,116|152,116|152,116|153,116|153,116|153,116|153,117|153,117|152,117|152,117|153,117|153,117|153,117|154,118|154,117|155,117|155,117|155,118|155,118|155,118|156,117|156,118|156,118|157,118|157,117|158,117|159,118|160,118|160,117|161,117|161,117|161,118|162,118|161,117|161,118|161,118|161,118|161,118|161,118|161,117|162,118|162,118|162,118|163,118|163,118|164,118|165,118|165,118|166,118|166,118|167,118|167,118|168,117|168,117|169,117|170,117|170,117|171,117|171,117|172,117|172,117|173,117|173,116|174,116|175,116|176,115|177,115|177,114|179,114|180,113|181,113|181,112|181,112|182,111|182,111|182,111|182,110|182,110|183,110|183,109|183,109|183,109|184,108|184,108|184,108|185,108|185,107|185,107|186,106|186,106|186,106|187,106|187,105|188,105|188,105|188,105|189,104|190,103|191,103|191,103|191,102|192,102|192,102|192,101|192,101|192,100|192,100|192,100|192,99|192,99|192,99|192,98|193,98|193,97|193,97|193,97|193,96|193,96|194,96|194,95|194,95|195,95|195,94|195,94|195,94|195,93|195,93|196,93|197,93|197,92|197,92|197,91|197,91|198,91|198,90|198,90|198,90|197,89|197,89|198,89|198,89|198,88|199,88|199,87|199,87|199,86|199,86|199,86|199,85|199,85|199,85|199,84|198,84|198,84|198,84|198,83|198,83|198,82|198,82|198,82|198,81|197,81|197,80|198,80|198,80|198,79|198,78|198,78|198,78|198,77|198,77|198,77|198,76|198,75|198,75|198,75|198,74|198,73|197,73|197,73|197,72|197,72|196,71|196,71|196,71|195,71|195,70|195,70|195,70|195,70|195,69|195,69|195,68|195,68|195,67|195,67|194,66|195,66|195,66|195,65|195,65|196,65|196,65|196,66|196,66|196,67|196,66|196,66|196,67|197,67|197,67|197,66|197,66|197,65|197,65|197,64|197,64|196,64|196,64|197,64|197,64|198,64|198,64|198,64|199,63|199,63|198,62|198,62|197,61|197,61|197,60|197,59|198,59|198,59|198,58|198,58|198,57|198,57|198,57|198,57|197,56|197,56|198,56|198,56|198,55|198,54|198,54|197,54|197,55|196,55|196,55|196,54|195,53|195,53|195,52|195,50|194,49|194,50|193,50|192,50|191,50|191,50|190,50|190,49|189,49|188,49|188,50|189,50|189,50|189,50|189,50|188,50|188,50|188,51|187,51|187,50|186,50|185,50|185,50|184,50|184,50|184,49|184,49|184,49|185,48|185,48|185,48|185,47|184,47|183,47|183,47|183,47|183,47|182,47|182,47|181,47|181,47|180,47|180,47|179,47|179,46|178,46|178,46|177,46|177,46|176,45|176,45|175,45|175,44|174,44'.split('|'); playerObj1206.coord_array='-80.155306 37.378407,-80.166235 37.366207,-80.167029 37.365628,-80.168534 37.365637,-80.170742 37.364953,-80.171319 37.363922,-80.171504 37.362921,-80.171924 37.361877,-80.172764 37.361081,-80.172966 37.361884,-80.173247 37.361327,-80.173627 37.360722,-80.17358 37.360732,-80.174327 37.359925,-80.173803 37.360475,-80.173378 37.361508,-80.172955 37.361918,-80.172832 37.360981,-80.171618 37.363044,-80.170215 37.365316,-80.169063 37.366202,-80.16826 37.365536,-80.166979 37.365845,-80.165657 37.365942,-80.165095 37.365558,-80.164352 37.366222,-80.163477 37.366879,-80.162781 37.367354,-80.16155 37.368326,-80.160635 37.369185,-80.159369 37.369925,-80.158356 37.370859,-80.157435 37.37197,-80.156348 37.37283,-80.155409 37.373359,-80.154395 37.373353,-80.153336 37.373618,-80.152148 37.37354,-80.151188 37.372953,-80.150544 37.372865,-80.149931 37.371908,-80.149064 37.371589,-80.148721 37.370952,-80.148198 37.370562,-80.147748 37.370373,-80.146612 37.370651,-80.146356 37.369502,-80.146344 37.367552,-80.14714 37.366663,-80.145724 37.365925,-80.144495 37.365656,-80.143288 37.364963,-80.142057 37.364454,-80.141217 37.363385,-80.141698 37.36252,-80.142103 37.36166,-80.142173 37.360736,-80.142698 37.359974,-80.142513 37.359183,-80.142679 37.358315,-80.142797 37.357513,-80.141796 37.357273,-80.140831 37.3569,-80.139811 37.357254,-80.13838 37.357277,-80.137418 37.357082,-80.136354 37.356969,-80.13537 37.356747,-80.134617 37.356786,-80.133924 37.356633,-80.133362 37.35637,-80.133116 37.356755,-80.132469 37.356499,-80.131306 37.356717,-80.130434 37.357833,-80.129335 37.358473,-80.128315 37.359301,-80.127481 37.36019,-80.126325 37.361064,-80.125591 37.361973,-80.12444 37.362662,-80.123386 37.363544,-80.122242 37.364259,-80.120662 37.365123,-80.119574 37.365871,-80.118291 37.366621,-80.117355 37.367513,-80.116358 37.368447,-80.115066 37.369157,-80.114219 37.370059,-80.112943 37.370649,-80.11158 37.371168,-80.110291 37.371737,-80.109148 37.372385,-80.107995 37.373214,-80.107086 37.374013,-80.105909 37.374269,-80.104892 37.375075,-80.103467 37.375611,-80.102337 37.376214,-80.101993 37.376972,-80.100843 37.377243,-80.099443 37.377169,-80.098231 37.377695,-80.09712 37.378445,-80.095894 37.378804,-80.094641 37.37871,-80.093491 37.379109,-80.091663 37.379394,-80.090208 37.379749,-80.089498 37.380419,-80.088743 37.380893,-80.08843 37.381536,-80.087481 37.382038,-80.086312 37.382137,-80.08527 37.382094,-80.083998 37.38246,-80.081389 37.383597,-80.080109 37.384466,-80.078823 37.384734,-80.077582 37.385147,-80.076375 37.385274,-80.075055 37.385164,-80.073949 37.385584,-80.072758 37.385793,-80.071445 37.386201,-80.070097 37.386253,-80.068809 37.386269,-80.067579 37.386596,-80.066333 37.386672,-80.065101 37.386864,-80.063717 37.386733,-80.062549 37.386423,-80.061339 37.385907,-80.060762 37.386179,-80.060643 37.386893,-80.059623 37.387723,-80.058493 37.388284,-80.057359 37.388967,-80.056619 37.389027,-80.056678 37.388269,-80.056787 37.387825,-80.056641 37.38744,-80.056188 37.387413,-80.055735 37.387486,-80.054707 37.387549,-80.054084 37.387538,-80.053324 37.387453,-80.052842 37.387575,-80.052134 37.388068,-80.051401 37.38849,-80.050965 37.388467,-80.050052 37.388337,-80.049685 37.388368,-80.050313 37.388854,-80.050837 37.38938,-80.05097 37.389706,-80.050778 37.389961,-80.049182 37.389847,-80.048698 37.389927,-80.048282 37.39006,-80.047377 37.390461,-80.04715 37.390716,-80.046761 37.390896,-80.046293 37.391023,-80.04596 37.391273,-80.045424 37.391363,-80.044531 37.391363,-80.044051 37.391333,-80.043663 37.391182,-80.043497 37.391419,-80.043598 37.391742,-80.043694 37.392394,-80.043164 37.392404,-80.04281 37.392237,-80.042409 37.392249,-80.042039 37.392148,-80.041654 37.392002,-80.040846 37.391524,-80.040543 37.391394,-80.040676 37.391696,-80.040788 37.392365,-80.040691 37.392685,-80.040468 37.393023,-80.040139 37.393206,-80.039804 37.393003,-80.039437 37.392912,-80.03917 37.392712,-80.038807 37.39266,-80.037813 37.392769,-80.037385 37.392913,-80.037233 37.392922,-80.037425 37.392726,-80.037085 37.392589,-80.036718 37.392489,-80.036549 37.392317,-80.036572 37.39199,-80.036844 37.391737,-80.037272 37.391634,-80.037235 37.39142,-80.036813 37.391477,-80.036392 37.391421,-80.036316 37.391186,-80.035879 37.391111,-80.03545 37.391209,-80.035177 37.391542,-80.034995 37.391416,-80.034841 37.391042,-80.034886 37.390862,-80.034576 37.391094,-80.034212 37.391206,-80.033871 37.390997,-80.0336 37.390718,-80.033384 37.390964,-80.032971 37.391215,-80.032431 37.391214,-80.031084 37.390945,-80.03068 37.390962,-80.030374 37.391199,-80.029854 37.391289,-80.029388 37.39128,-80.029049 37.390762,-80.028996 37.390708,-80.029023 37.391244,-80.029182 37.390904,-80.029309 37.390858,-80.029078 37.390935,-80.029147 37.390916,-80.029147 37.390834,-80.029343 37.391191,-80.029008 37.391098,-80.028678 37.390854,-80.028489 37.390898,-80.028054 37.390778,-80.027567 37.390735,-80.026673 37.390791,-80.026145 37.390793,-80.025742 37.390889,-80.025332 37.390959,-80.024896 37.390973,-80.024491 37.391058,-80.02402 37.391074,-80.023166 37.391154,-80.022739 37.391138,-80.021992 37.391342,-80.021608 37.39144,-80.021242 37.391606,-80.020852 37.391708,-80.019994 37.391512,-80.019593 37.391565,-80.019188 37.391725,-80.0189 37.391932,-80.018571 37.392094,-80.017817 37.392385,-80.017078 37.392676,-80.015953 37.393104,-80.015286 37.393448,-80.014701 37.393842,-80.012956 37.39468,-80.012683 37.394923,-80.011704 37.3956,-80.011449 37.395908,-80.011296 37.396196,-80.010796 37.396722,-80.010616 37.396992,-80.010483 37.397289,-80.010394 37.397589,-80.010251 37.397873,-80.009745 37.398328,-80.009508 37.3986,-80.009393 37.398898,-80.009145 37.399165,-80.008868 37.39938,-80.008627 37.399623,-80.008416 37.3999,-80.008146 37.400153,-80.007948 37.400425,-80.007409 37.400937,-80.007092 37.401155,-80.006732 37.401339,-80.006609 37.401609,-80.006255 37.401764,-80.005535 37.402132,-80.005311 37.402375,-80.005038 37.402602,-80.004645 37.402753,-80.004293 37.402951,-80.003119 37.403836,-80.002709 37.404034,-80.002334 37.404566,-80.002123 37.404833,-80.00177 37.405062,-80.00155 37.405355,-80.001496 37.406021,-80.001457 37.406341,-80.001538 37.406639,-80.001484 37.406937,-80.001552 37.407206,-80.001418 37.407525,-80.001259 37.407788,-80.001326 37.408102,-80.001196 37.408409,-80.000908 37.408961,-80.000788 37.409285,-80.000747 37.409637,-80.00061 37.409922,-80.000463 37.410213,-80.00015 37.410433,-80.00002 37.410736,-79.999867 37.411081,-79.999353 37.411608,-79.999038 37.411825,-79.998708 37.412078,-79.998561 37.412352,-79.998577 37.412652,-79.998568 37.412952,-79.998255 37.413154,-79.997546 37.413486,-79.997271 37.413746,-79.997159 37.414085,-79.996997 37.414414,-79.99678 37.414776,-79.996462 37.414963,-79.996049 37.415492,-79.996003 37.415769,-79.996083 37.416089,-79.996266 37.416413,-79.996578 37.416616,-79.9965 37.416804,-79.996164 37.41704,-79.995986 37.417278,-79.99553 37.417757,-79.995502 37.418269,-79.99549 37.418611,-79.995292 37.418951,-79.995232 37.419296,-79.99514 37.419617,-79.995488 37.419934,-79.995441 37.420311,-79.995222 37.420592,-79.995236 37.420928,-79.995482 37.421144,-79.995847 37.42125,-79.99617 37.421465,-79.996085 37.421791,-79.995929 37.422093,-79.995895 37.422493,-79.996055 37.422931,-79.996357 37.423237,-79.996321 37.423638,-79.996343 37.423979,-79.996459 37.424329,-79.996508 37.424717,-79.996352 37.425052,-79.996286 37.42541,-79.996352 37.426156,-79.996368 37.426503,-79.996241 37.426835,-79.99625 37.427194,-79.996184 37.427525,-79.995976 37.427782,-79.995844 37.428052,-79.995792 37.428441,-79.995594 37.429179,-79.995695 37.429606,-79.995942 37.43001,-79.996163 37.430218,-79.996305 37.431127,-79.996512 37.431558,-79.996784 37.431885,-79.997096 37.432187,-79.99721 37.432538,-79.997403 37.432873,-79.997673 37.433208,-79.997949 37.433517,-79.99834 37.433652,-79.998411 37.433975,-79.998525 37.43406,-79.998713 37.434316,-79.99897 37.434595,-79.99903 37.434911,-79.999012 37.435235,-79.999078 37.435538,-79.998957 37.436124,-79.9991 37.436778,-79.999087 37.437084,-79.999192 37.437417,-79.999068 37.437715,-79.99904 37.438023,-79.99878 37.438611,-79.998451 37.438689,-79.998099 37.438699,-79.998058 37.438407,-79.997917 37.438129,-79.997838 37.437847,-79.997887 37.43729,-79.997725 37.437465,-79.997595 37.43743,-79.997339 37.436865,-79.997061 37.436612,-79.996868 37.436841,-79.996942 37.437332,-79.996965 37.437849,-79.996925 37.438297,-79.99695 37.438649,-79.997052 37.439165,-79.997257 37.439502,-79.997641 37.439726,-79.997635 37.439781,-79.997236 37.43984,-79.996772 37.439771,-79.996328 37.439633,-79.995946 37.439673,-79.995624 37.439859,-79.995383 37.440115,-79.995193 37.440449,-79.995596 37.441104,-79.996026 37.441608,-79.996487 37.442057,-79.996762 37.44258,-79.996667 37.443476,-79.996611 37.443868,-79.996324 37.444105,-79.995834 37.444133,-79.995578 37.444734,-79.995744 37.445178,-79.995739 37.44566,-79.996178 37.445774,-79.996264 37.445883,-79.996362 37.446278,-79.996579 37.446412,-79.996449 37.446733,-79.996097 37.446984,-79.995776 37.447049,-79.995608 37.447812,-79.995753 37.448277,-79.99623 37.448417,-79.996643 37.44841,-79.996958 37.448152,-79.997335 37.44814,-79.997757 37.448184,-79.998217 37.448545,-79.998497 37.449244,-79.998674 37.449982,-79.998774 37.450703,-79.999009 37.452392,-79.999273 37.452736,-79.999634 37.452711,-80.000417 37.452586,-80.001163 37.452399,-80.001931 37.452219,-80.002408 37.452281,-80.003167 37.452705,-80.003537 37.452891,-80.00427 37.453049,-80.004642 37.452881,-80.004728 37.4527,-80.004325 37.452677,-80.00407 37.452456,-80.004238 37.452268,-80.004271 37.451951,-80.004628 37.452146,-80.004938 37.451848,-80.005287 37.451628,-80.005707 37.45168,-80.006111 37.451828,-80.00653 37.452034,-80.007354 37.452351,-80.007816 37.452463,-80.008286 37.452469,-80.008442 37.452704,-80.008291 37.453021,-80.008276 37.453388,-80.008239 37.453463,-80.007981 37.453727,-80.007689 37.453956,-80.007661 37.454375,-80.00778 37.454706,-80.008817 37.455107,-80.009194 37.455087,-80.009496 37.455264,-80.009783 37.455271,-80.009852 37.454933,-80.010107 37.454648,-80.010637 37.454581,-80.011062 37.454669,-80.011552 37.454599,-80.012114 37.454593,-80.012505 37.454815,-80.01326 37.455078,-80.013603 37.455506,-80.01389 37.455729,-80.014159 37.45597,-80.014569 37.456092,-80.01509 37.456297,-80.015566 37.456381,-80.016281 37.456889,-80.016636 37.45699,-80.01688 37.457375,-80.017246 37.457584'.split(','); playerObj1206.ele_array='1565|2526|2589|2664|2831|2884|2884|2884|2946|3081|3048|3025|2989|2740|2982|3022|3041|2900|2851|2759|2684|2631|2556|2575|2644|2635|2595|2536|2395|2362|2251|2211|2201|2175|2142|2113|2080|2057|2028|1952|1890|1873|1955|2024|2077|2133|2119|2024|1972|1870|1860|1864|1857|1877|1906|1890|1903|1870|1864|1854|1841|1834|1801|1804|1811|1841|1896|1942|1991|2047|2119|2165|2234|2290|2375|2339|2254|2297|2306|2323|2297|2310|2254|2218|2251|2316|2336|2343|2333|2372|2375|2339|2316|2313|2333|2280|2149|2146|2172|2254|2195|2159|2093|2116|2152|2159|2139|2103|2087|2014|1995|2031|2103|2142|2142|2096|2064|2044|2044|2021|2090|2077|2018|1975|1978|2051|2067|2064|2093|2106|2133|2116|2133|2152|2198|2251|2267|2241|2224|2224|2234|2228|2238|2251|2264|2303|2323|2336|2356|2388|2434|2444|2464|2480|2507|2530|2539|2562|2608|2625|2644|2677|2697|2717|2733|2746|2769|2799|2818|2828|2851|2864|2894|2913|2920|2940|2949|2966|3002|3015|3022|3045|3054|3071|3091|3104|3117|3136|3156|3196|3215|3212|3199|3205|3209|3205|3186|3163|3150|3127|3136|3130|3100|3058|3028|2995|2976|2953|2923|2913|2887|2864|2828|2808|2785|2772|2717|2710|2700|2680|2667|2664|2703|2536|2746|2749|2661|2667|2664|2674|2648|2635|2612|2589|2572|2552|2546|2539|2536|2539|2536|2520|2487|2467|2451|2457|2461|2451|2415|2395|2385|2385|2385|2375|2352|2356|2339|2320|2280|2280|2313|2313|2326|2336|2346|2356|2372|2375|2352|2365|2382|2408|2398|2398|2408|2411|2411|2405|2395|2395|2385|2388|2372|2372|2375|2362|2339|2277|2257|2270|2270|2257|2270|2303|2300|2313|2339|2365|2375|2385|2405|2441|2421|2441|2457|2454|2474|2467|2474|2467|2418|2398|2362|2349|2349|2362|2336|2277|2270|2287|2297|2300|2280|2260|2267|2283|2293|2270|2251|2215|2201|2254|2306|2303|2293|2300|2323|2339|2356|2365|2385|2395|2398|2418|2408|2408|2434|2474|2510|2510|2526|2546|2559|2552|2562|2618|2621|2621|2631|2635|2625|2625|2641|2654|2684|2736|2772|2808|2831|2858|2874|2884|2904|2923|2946|2963|2992|3005|3009|3022|3015|3009|3005|2999|2989|2982|2982|2979|2969|2949|2946|2933|2936|2930|2927|2930|2894|2864|2825|2789|2785|2789|2782|2779|2776|2749|2733|2717|2703|2680|2664|2644|2612|2585|2562|2559|2546|2539|2530|2543|2503|2507|2484|2474|2441|2369|2346|2300|2283|2251|2221|2201|2188|2178|2133|2113|2096|2083|2070|2054|2041|2001|1929|1870|1795|1850|1827|1814|1768|1726|1716|1719|1699|1683|1660|1657|1644|1631|1614|1588|1568|1552|1529|1509|1496|1470|1450|1421|1404|1385|1368|1358|1355|1371|1368|1362|1365|1365|1365|1371|1371|1375|1378|1381|1394|1398|1385|1385|1394|1414|1434|1447|1473|1506|1552|1562|1562|1545|1526|1516'.split('|'); playerObj1206.time_array='|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||'.split('|'); playerObj1206.speed_array='0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0'.split('|'); playerObj1206.incline_array='0|18|20|17|24|13|0|0|16|45|-15|-9|-255|-68|96|10|10|-41|-6|-10|-16|-16|-19|5|32|-3|-11|-22|-28|-8|-24|-9|-2|-6|-10|-10|-10|-7|-8|-40|-16|-6|32|33|36|16|-3|-13|-13|-21|-3|1|-2|4|9|-5|4|-10|-2|-3|-4|-2|-11|1|2|10|18|15|22|27|38|29|33|16|18|-9|-20|11|2|4|-6|3|-13|-6|8|14|5|1|-2|10|1|-8|-5|-1|4|-13|-37|-1|6|21|-20|-10|-16|6|9|2|-5|-10|-3|-16|-6|13|29|12|0|-15|-8|-2|0|-6|18|-4|-15|-12|1|18|4|-1|8|4|7|-4|5|5|24|20|4|-7|-4|0|4|-4|7|10|10|13|11|6|13|12|17|8|7|15|10|9|8|21|10|11|15|11|17|15|11|10|14|11|14|8|23|11|12|13|5|17|9|13|12|13|6|9|8|12|17|11|12|19|18|14|15|-7|-14|6|3|-4|-17|-19|-10|-29|8|-5|-33|-33|-23|-23|-28|-16|-44|-8|-23|-18|-28|-18|-15|-8|-14|-6|-8|-13|-10|-2|158|-86|159|8|-122|31|-11|7|-25|-10|-40|-17|-12|-8|-4|-5|-3|3|-3|-12|-13|-16|-7|6|3|-8|-14|-17|-7|0|0|-4|-10|1|-7|-9|-7|0|9|0|12|4|9|9|15|3|-10|11|14|22|-9|0|8|3|0|-3|-8|0|-9|3|-7|0|3|-10|-18|-13|-14|6|0|-10|11|14|-3|12|24|26|8|9|17|31|-9|16|13|-3|17|-5|6|-5|-20|-16|-27|-12|0|12|-22|-25|-5|13|8|2|-17|-9|6|14|8|-20|-27|-28|-13|24|28|-3|-7|5|19|11|12|8|16|9|3|16|-8|0|18|24|25|0|13|15|9|-5|7|20|3|0|8|3|-9|0|12|5|19|32|36|11|14|18|12|7|15|14|17|13|25|29|3|10|-6|-6|-3|-3|-4|-6|0|-3|-9|-9|-3|-13|3|-6|-3|2|-46|-74|-18|-29|-3|2|-3|-2|-3|-14|-12|-12|-65|-19|-12|-14|-29|-23|-20|-2|-5|-3|-5|6|-12|2|-19|-7|-14|-43|-13|-34|-35|-22|-37|-16|-10|-10|-16|-11|-11|-11|-10|-15|-11|-21|-27|-22|-29|9|-16|-12|-20|-19|-4|2|-7|-13|-10|-3|-19|-11|-15|-31|-17|-13|-16|-15|-11|-20|-14|-11|-12|-14|-17|-8|-2|56|-3|-6|2|0|0|6|0|4|3|3|8|3|-9|0|7|8|11|11|22|26|27|7|0|-15|-13|-8'.split('|'); YAHOO.util.Event.onDOMReady(function() { playerObj1206.addHTML(); playerObj1206.addTitel('
Dragon\'s Tooth --> Mcafee\'s Knob --> Tinker Cliffs
'); playerObj1206.addWeather(); playerObj1206.addMapImage('http://www.toposhare.org/routemap_img/map_1206.png'); playerObj1206.addProfileImage('http://www.toposhare.org/profile_img/1283876236189534_feets'); //document.getElementById("trkNameIdPlayer1206").innerHTML="Dragon's Tooth --> Mcafee's Knob --> Tinker Cliffs | 21.1 Miles | Backpacking"; window.fbAsyncInit = function() { FB.init({appId: 'your app id', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); });