<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="summer-activities.htm">Summer Activities</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="winter-activities.htm">Winter Activities</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="park-city-hiking.htm">Hiking</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="park-city-biking.htm">Biking</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="park-city-tours.htm">Park City Tours</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="salt-lake-city-tours.htm">Salt Lake City Tours</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="park-city-transportation.htm">Transportation</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');




document.write('<br><br>All Contents &copy;Copyright 2011 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Exclusive Excursions</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2011 All Rights Reserved <a href="http://proclasswebdesign.com" target="_blank">ProClass Web Design</a> &amp; <a href="http://proclasswebdesign.com" target="_blank">Hosting</a><br>');
}



document.write('<br>');



//  End -->
