
// ====== STEP 1: Upload last photo to pictures/2005nasc/currentpic.jpg ====== //

// ====== STEP 2: Edit the following information ============================= //
// Please ensure that if there is an ' (apostrophe)
// in your text, it must be preceeded by a \ (backslash)
// For example:
//		We're heading west into Mississippi
// should look like:
//		We\'re heading west into Mississippi
// Otherwise, the current information will not display correctly on the website.

CurrentLocation = "FINISHED!!!  This afternoon, we crossed the finish line in Calgary, Alberta, Canada in 4th place in Stock Class, 12th Place overall.  The car performed near flawlessly throughout the race, and thousands of fans lined the streets of Alberta to welcome the teams in today.  Pictures will be uploaded at the first available opportunity.";
CurrentTime     = "July 27, 2005 1:00 PM";

// ====== Do Not Edit Below This Line ====== //

PictureFilename = "pictures/2005nasc/currentpic.jpg"

document.write("<p class=\"Heading2\">News from the Road</p>");
document.write("Current Location (" + CurrentTime + "): <br />" +  CurrentLocation );
document.write("<br /><img src=\"" + PictureFilename + "\" />");
document.write("<br />" + Caption );