function j(){
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='ober_gatlinburg_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='ober_gatlinburg_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='gatlinburg_snow_tubing.php'>Tubing</a>";
		i += "<a href='ober_gatlinburg_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=Ober Gatlinburg'>Photos</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.skiobergatlinburg.com/'>Website</a>";
	i += "</div>";
													
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='activities-at-ober.php'>Activities at Ober</a>";
		i += "<a href='lessons-at-ober-gatlinburg.php'>Lessons at Ober Gatlinburg</a>";
	i += "</div>";
	
	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";

	document.write(i);
}

j();