document.write ('<MAP NAME="map1">');
	document.write ('<AREA HREF="about.html" ALT="About" TITLE="About" SHAPE=RECT COORDS="0,168,122,195">');
	document.write ('<AREA HREF="projects.html" ALT="whats up" TITLE="projects" SHAPE=RECT COORDS="123,168,222,195">');
	document.write ('<AREA HREF="book_us_intro.html" ALT="book" TITLE="book" SHAPE=RECT COORDS="223,168,320,195">');
	document.write ('<AREA HREF="tour.html" ALT="tour" TITLE="tour" SHAPE=RECT COORDS="321,168,412,195">');
	document.write ('<AREA HREF="teach.html" ALT="teach" TITLE="teach" SHAPE=RECT COORDS="413,168,551,195">');
	document.write ('<AREA HREF="partnership.html" ALT="partnership" TITLE="partnership" SHAPE=RECT COORDS="552,168,671,195">');
	document.write ('<AREA HREF="contributors.html" ALT="contributors" TITLE="contributors" SHAPE=RECT COORDS="672,168,805,195">');
			
	document.write ('<AREA HREF="advisory.html" ALT="advisory" TITLE="advisory" SHAPE=RECT COORDS="0,200,184,228">');
	document.write ('<AREA HREF="crew.html" ALT="crew" TITLE="crew" SHAPE=RECT COORDS="185,200,279,228">');
	document.write ('<AREA HREF="videos.html" ALT="videos" TITLE="videos" SHAPE=RECT COORDS="280,200,357,228">');
	document.write ('<AREA HREF="photos.html" ALT="photos" TITLE="photos" SHAPE=RECT COORDS="358,200,444,228">');
	document.write ('<AREA HREF="media.html" ALT="media" TITLE="media" SHAPE=RECT COORDS="445,200,519,228">');
	document.write ('<AREA HREF="rex.html" ALT="rex" TITLE="rex" SHAPE=RECT COORDS="520,200,616,228">');
	document.write ('<AREA HREF="helpus.html" ALT="help us" TITLE="help us" SHAPE=RECT COORDS="617,200,697,228">');
	document.write ('<AREA HREF="link.html" ALT="link" TITLE="link" SHAPE=RECT COORDS="698,200,805,228">');
			
	document.write ('<AREA HREF="contact.html" ALT="contact" TITLE="contact" SHAPE=RECT COORDS="638,127,700,144">');
	document.write ('<AREA HREF="index.html" ALT="home" TITLE="home" SHAPE=RECT COORDS="601,127,637,144">');
			
document.write ('</MAP>');
document.write ('<img src="images/toolbar2011.png" USEMAP="#map1" border="0">');
