function j(){	
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='homestead_resort_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='homestead_resort_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='the_homestead_snow_tubing.php'>Tubing</a><a href='homestead_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=The Homestead'>Photos</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.thehomestead.com/'>Website</a>";
	i += "</div>";
													
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='history-of-the-homestead.php'>History of The Homestead</a>";
		i += "<a href='homestead-area-attractions-and-activities.php'>Homestead Attractions & Activities</a>";
		i += "<a href='homestead-lodging.php'>Homestead Lodging</a>";
		i += "<a href='kids-at-homestead.php'>Kids at Homestead</a>";
		i += "<a href='the-homestead-preserve.php'>The Homestead Preserve</a>";
		i += "<a href='the-spa-at-the-homestead.php'>The Spa at The Homestead</a>";
		i += "<a href='weddings-at-the-homestead.php'>Weddings at The Homestead</a>";
	i += "</div>";

	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

j();