function writeNav() {
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='snowshoe_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Map</a>";
		i += "<a href='snowshoe_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='snowshoe_snow_tubing.php'>Tubing</a>";
		i += "<a href='snowshoe_snowboarding.php'>Snowboarding</a>";
		i += "<a href='snowshoe_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=Snowshoe Mountain'>Photos</a>";
		i += "<a href='http://www.highcountrywebcams.com/webcameras_snowshoe-live.htm' target='_blank'>Webcam</a>";
		i += "<a rel='add' href='#'>Resort</a>";
		i += "<a target='_blank' href='http://www.snowshoemtn.com/'>Site</a>";
	i += "</div>";
	
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='sawmill_at_snowshoe.php'>Sawmill at Snowshoe</a>";
		i += "<a href='snowshoe_lodging.php'>Snowshoe Lodging</a>";
		i += "<a href='attractions-near-snowshoe-mountain-resort-rentals.php'>Attractions Near Snowshoe</a>";
		i += "<a href='group-events-at-snowshoe-mountain.php'>Group Events at Snowshoe</a>";
		i += "<a href='snowshoe-mountain-rentals.php'>Snowshoe Mountain Rentals</a>";
		i += "<a href='snowshoe-mountain-resort-west-virginia-lift-tickets-and-season-passes.php'>Lift Tickets / Season Passes</a>";
		i += "<a href='snowshoe-mountain-resort-wv-safety.php'>West Virginia Safety</a>";
		i += "<a href='snowshoe-mtn-real-estate.php'>Real Estate</a>";
		i += "<a href='snowshoe-resort-wv-kids.php'>West Virginia Kids</a>";
		i += "<a href='snowshoe-ski-resort-lessons.php'>Snowshoe Resort Lessons</a>";
		i += "<a href='the-spa-at-snowshoe-mountain-west-virginia.php'>The Spa at Snowshoe</a>";
	i += "</div>";
	
	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

writeNav();

