function j(){
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='sapphire_valley_ski_area_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='sapphire_valley_ski_area_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='sapphire_valley_snow_tubing.php'>Tubing</a>";
		i += "<a href='sapphire_valley_ski_area_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=all&subtype=Sapphire Valley Ski Area'>Photos</a>";
		i += "<a href='sapphire-lodging.php'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.skisapphire.com/'>Website</a>";
	i += "</div>";
												
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='#'>&nbsp;</a>";
	i += "</div>";
	
	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

j();