document.write('<div id="header">');

//<!-- Start Banner Bar - This is the image of the PV coast-->
document.write('<div id="bannercontainer"><div id="banner">');
	document.write('<img alt="Palos Verdes Symphonic Band Banner" src="http://www.palosverdes.com/pvsb/images/banner.jpg" />');
document.write('</div></div>');
//<!-- End Banner Bar -->

//<!-- Start Logo Bar -->
document.write('<div id="logobarcontainer"><div id="logobar">');
	//document.write('<h1><a title="Palos Verdes Symphonic Band" accesskey="1" href="./"><img alt="Palos Verdes Symphonic Band" src="./images/logo.jpg" /></a></h1>');
	document.write('<h1>Palos Verdes</h1><br><h2>Symphonic Band</h2>');
	//<!--<h1 align="right">Palos Verdes</p>Symphonic Band</h1>-->
document.write('</div></div>');
//<!-- End Logo Bar -->

//<!-- Start Tool Bar -->
document.write('<div id="toolbarcontainer">');
	document.write('<div id="toolbar">');
		document.write('<ul>');
			document.write('<li class="first"><a target="_self" href="http://www.palosverdes.com/pvsb/index.html"><span>Home</span></a></li>');
			document.write('<li><a target="_self" href="http://www.palosverdes.com/pvsb/concerts.html"><span>Concerts</span></a></li>');
			document.write('<li><a target="_self" href="http://www.palosverdes.com/pvsb/media.html"><span>Multimedia</span></a></li>');
			document.write('<li><a target="_self" href="http://www.palosverdes.com/pvsb/press.html"><span>Press</span></a></li>');
			document.write('<li><a target="_self" href="http://www.palosverdes.com/pvsb/about.html"><span>About</span></a></li>');
			document.write('<li><a target="_self" href="http://www.palosverdes.com/pvsb/membership.html"><span>Membership</span></a></li>');
			document.write('<li><a target="_self" href="http://www.palosverdes.com/pvsb/contact.html"><span>Contact</span></a></li>');
			document.write('<li class="last"><a target="_self" href="http://www.palosverdes.com/pvsb/links.html"><span>Links</span></a></li>');
		document.write('</ul>');

		//document.write('<form name="searchinput" method="get" action="http://www.google.com/search">');
		//	document.write('<div id="searchdiv">');
		//	document.write('<input size="15" value="Search" ');
		//		   document.write('onblur="if (this.value == &#39;&#39;) this.value=&#39;Search&#39;"');
		//		   document.write('onfocus="if (this.value == &#39;Search&#39;) this.value=&#39;&#39;"');
		//		   document.write('class="searchBox" type="text" id="q" name="q" />');
		//		   document.write('<input type="image"');
		//				  document.write('src="./css/images/btn_search.jpg"');
		//				  document.write('class="go"');
		//				  document.write('title="Start your search"');
		//				  document.write('onclick= "addtext(); this.form.submit();" />');
		//	document.write('</div>');
		//document.write('</form>');
	document.write('</div>');
document.write('</div>');
//<!-- End Tool Bar -->

document.write('</div>');
