function print_header() {
		document.write("<body class='back' bgcolor=''>");
		document.write("<table align=center width=85%><tbody><tr><td align=middle>");
		document.write("<font size=5>");
		document.write("The Friends of the North Carolina Maritime Museum at Southport");
		document.write("</font><br>");
		document.write("<IMG SRC='spt_waterfront03.jpg' HEIGHT=120 WIDTH=650>");
		document.write("</td></tr>");
		document.write("<tr><td><p><hr size=2 width=650 noshade>");
		document.write("<p align=center><font size=4>");
		document.write('<a href="index.htm">Home</A> | <A ');
		document.write('href="the_friends.htm">the Friends</A> | <A ');
//		document.write('href="sponsors.htm">Sponsors</A> | <A ');
		document.write('href="membership_info.html">Membership</A> | <A ');
		document.write('href="mullet_wrapper.htm">Mullet Wrapper</A> | <A ');
		document.write('href="spt_volunteers.htm">Volunteers</A> | <A ');
		document.write('href="cf_weather.htm">Cape Fear Weather</A>');
		document.write("</font><BR><p><hr size=2 width=650 noshade>");
		document.write("</p></td></tr>");
	}
	print_header();
