﻿function today() {
var d=new Date()

var month=new Array(12)
month[0]="January"
month[1]="February"
month[2]="March"
month[3]="April"
month[4]="May"
month[5]="June"
month[6]="July"
month[7]="August"
month[8]="September"
month[9]="October"
month[10]="November"
month[11]="December"

var weekday=new Array(7)
weekday[0]="Sunday"
weekday[1]="Monday"
weekday[2]="Tuesday"
weekday[3]="Wednesday"
weekday[4]="Thursday"
weekday[5]="Friday"
weekday[6]="Saturday"

var rv = weekday[d.getDay()] + ", " + month[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
return rv;
}

document.write('<link rel="stylesheet" href="../dp2.css" type="text/css" media="screen" />')

document.write('<body>')

//document.write('<div id="clock"><object type="application/x-shockwave-flash"')
//document.write('data="../clocks/clock012.swf"')
//document.write('align="middle"')
//document.write('width="100" height="100">')
//document.write('<param name="movie" value="../clock012.swf" />')
//document.write('<param name="WMode" value="Transparent" />')
//document.write('</object></div>')


document.write('<div id="wrapper">')
//document.write('<div id="header">')
//document.write('<div class="title">Trip</div>')
//document.write('<div class="date">')
//document.write(today())
//document.write('</div>')
//document.write('</div>')


//document.write('<div id="tabs">')
//document.write('<div class="tab"><a href="day01.htm">Trip</a></div>')
//document.write('<div class="tab"><a href="../weather.htm">Weather</a></div>')
//document.write('<div class="tab"><a href="../calendar.htm">Calendar</a></div>')
//document.write('<div class="tab"><a href="../photos.asp?p=Photos/pettigrew/newhouse">Pictures</a></div>')
//document.write('<div class="tab"><a href="../video.htm">Video</a></div>')
//document.write('<div class="tab"><a href="../stuff.htm">Stuff</a></div>')
//document.write('<div class="tab"><a href="../games.htm">Games</a></div>')
//document.write('<div class="tab"><a href="../links.htm">Links</a></div>')
//document.write('</div>')


document.write('<div id="tcontent">')


document.write('<div id="wrap"><br><div class="head">Dave and Jenny&rsquo;s 2007 Road Trip</div>')
document.write('<div id="wrapborder"><div id="description"><img src="img/us1.png">')
document.write('<div id="desctext">Jenny and I were lounging on our back porch, sipping our morning coffee and watching the first rays of the sun reflect off the lake. As that weekday morning in July progressed we talked about all the spare time we now had since recent events left us both jobless. We decided to fullfill a dream we have always had...<br>Take a sightseeing road trip across America and back! (<i>on a shoestring budget.</i>)</div></div>')
document.write('<div id="tcontent">')






document.write('<div id="tleft"><h1>Our Route</h1><p><a href="route.htm"><img src="photo/usmaproute.jpg" alt="Click to enlarge and select a specific portion of our trip." width="176" height="122"></a><br>Click on the above map</p><h1>Vehicle</h1><p>1999<br>Mercury Mountaineer<br>4WD</p><h1>Statistics</h1><div class="stats">')

document.write('Number of Days : 43<br><br>')

document.write('States Visited : 28<br><br>')

document.write('Miles Traveled : 10,105<br>')
document.write('Avg 235 miles per day<br><br>')

document.write('Gallons Gas Used: 513<br>')
document.write('Gas Cost: $1,459<br>')
document.write('38% of Total Cost<br>')
document.write('Avg $33.92 per day<br>')
document.write('Avg Price : $2.84<br>')
document.write('Avg 19.7 mpg<br><br>')

document.write('Camping Nights : 17<br>')
document.write('41% of All Nights<br>')
document.write('Camping Cost: $427<br>')
document.write('11% of Total Cost<br>')
document.write('Avg $25.11 per night<br><br>')

document.write('Motel Nights : 14<br>')
document.write('33% of All Nights<br>')
document.write('Motel Cost: $771<br>')
document.write('20% of Total Cost<br>')
document.write('  Avg $55.07 per night<br><br>')

document.write('Guest Nights : 11<br>')
document.write('26% of All Nights<br><br>')

document.write('Food Cost: $884<br>')
document.write('23% of Total Cost<br>')
document.write('Avg $20.55 per day<br><br>')

document.write('Misc Cost: $349<br>')
document.write('8% of Total Cost<br>')
document.write('Avg $8.11 per day<br><br>')

document.write('Total Cost: $3,888<br>')
document.write('Avg $90.42 per day<br><br>')

document.write('</div><br>')
			   
document.write('<hr><p align="center">Daily Archives<br><select name="url" size="1" onChange="window.location.href = this.options[this.selectedIndex].value">')
document.write('<option selected value="">Select a Day</option>')
document.write('<option value="planning.htm">Planning - July 29, 2007</option>')
document.write('<option value="day01.htm">Day 1 - Aug 14, 2007</option>')
document.write('<option value="day02.htm">Day 2 - Aug 15, 2007</option>')
document.write('<option value="day03.htm">Day 3 - Aug 16, 2007</option>')
document.write('<option value="day04.htm">Day 4 - Aug 17, 2007</option>')
document.write('<option value="day05.htm">Day 5 - Aug 18, 2007</option>')
document.write('<option value="day06.htm">Day 6 - Aug 19, 2007</option>')
document.write('<option value="day07.htm">Day 7 - Aug 20, 2007</option>')
document.write('<option value="day08.htm">Day 8 - Aug 21, 2007</option>')
document.write('<option value="day09.htm">Day 9 - Aug 22, 2007</option>')
document.write('<option value="day10.htm">Day 10 - Aug 23, 2007</option>')
document.write('<option value="day11.htm">Day 11 - Aug 24, 2007</option>')
document.write('<option value="day12.htm">Day 12 - Aug 25, 2007</option>')
document.write('<option value="day13.htm">Day 13 - Aug 26, 2007</option>')
document.write('<option value="day14.htm">Day 14 - Aug 27, 2007</option>')
document.write('<option value="day15.htm">Day 15 - Aug 28, 2007</option>')
document.write('<option value="day16.htm">Day 16 - Aug 29, 2007</option>')
document.write('<option value="day17.htm">Day 17 - Aug 30, 2007</option>')
document.write('<option value="day18.htm">Day 18 - Aug 31, 2007</option>')
document.write('<option value="day19.htm">Day 19 - Sep 1, 2007</option>')
document.write('<option value="day20.htm">Day 20 - Sep 2, 2007</option>')
document.write('<option value="day21.htm">Day 21 - Sep 3, 2007</option>')
document.write('<option value="day22.htm">Day 22 - Sep 4, 2007</option>')
document.write('<option value="day23.htm">Day 23 - Sep 5, 2007</option>')
document.write('<option value="day24.htm">Day 24 - Sep 6, 2007</option>')
document.write('<option value="day25.htm">Day 25 - Sep 7, 2007</option>')
document.write('<option value="day26.htm">Day 26 - Sep 8, 2007</option>')
document.write('<option value="day27.htm">Day 27 - Sep 9, 2007</option>')
document.write('<option value="day28.htm">Day 28 - Sep 10, 2007</option>')
document.write('<option value="day29.htm">Day 29 - Sep 11, 2007</option>')
document.write('<option value="day30.htm">Day 30 - Sep 12, 2007</option>')
document.write('<option value="day31.htm">Day 31 - Sep 13, 2007</option>')
document.write('<option value="day32.htm">Day 32 - Sep 14, 2007</option>')
document.write('<option value="day33.htm">Day 33 - Sep 15, 2007</option>')
document.write('<option value="day34.htm">Day 34 - Sep 16, 2007</option>')
document.write('<option value="day35.htm">Day 35 - Sep 17, 2007</option>')
document.write('<option value="day36.htm">Day 36 - Sep 18, 2007</option>')
document.write('<option value="day37.htm">Day 37 - Sep 19, 2007</option>')
document.write('<option value="day38.htm">Day 38 - Sep 20, 2007</option>')
document.write('<option value="day39.htm">Day 39 - Sep 21, 2007</option>')
document.write('<option value="day40.htm">Day 40 - Sep 22, 2007</option>')
document.write('<option value="day41.htm">Day 41 - Sep 23, 2007</option>')
document.write('<option value="day42.htm">Day 42 - Sep 24, 2007</option>')
document.write('<option value="day43.htm">Day 43 - Sep 25, 2007</option>')
document.write('</select></p>')

//document.write('<br><br><br><p align="center"><a href="http://davepettigrew.com/tinc?key=oJnaHfPT"><img src="img/hey.gif"><br>Send Us A Note</a></p>')

//document.write('<br><br><br><br><p align="center"><img src="/tinc?key=yZkIwQ2G"></p>')
			   
document.write('</div><div id="tcenter">')