document.write('<!-- NAVIGATION DIV -->'
  + '	<div id="nav">			'
  + '		<a title="rabbi rosen\'s home page" href="index.htm">'
  + '				Home'
  + '		</a>'
  + '			'
  + '		<a title="articles" href="articles.htm">'
  + '				Articles'
  + '		</a>'
  + '		'
  + '		<a title="statements and reports" href="Statements_Reports.htm" style="font-size: smaller;">'
  + '				Statements &amp; <br />Reports'
  + '		</a>'
  + '		'
  + '		<a title="press clippings" href="press.html" style="font-size: smaller;">'
  + '				Press &amp; <br />Interviews'
  + '		</a>'
  + '		'
  + '		<a title="gallery" href="gallery.htm">'
  + '				Gallery'
  + '		</a>'
  + '		'
  + '		<a title="links" href="links.htm">'
  + '				Links'
  + '		</a>'
  + '		'
  + '		<a title="bio" href="bio.htm">'
  + '				Bio'
  + '		</a>'
  + '		'
  + '		<a title="itinerary" href="itinerary.htm">'
  + '				Itinerary'
  + '		</a>'
  + '	</div>');