try
{
	document.getElementById('jsrequired').style.display = 'none';
}
catch(jvError)
{
	// do nothing
}

document.write('	<div id="decobar">'
+ '		<img src="layout/ayfheader.png" />'
+ '	</div>'
+ '	<div id="menubar">'
+ '		<span id="mainlink-left">MARCH 26, 2011</span>'
+ '		<span id="mainlink-right">MARCH 26, 2011</span>'
+ '		<div id="sectionlinks">'
+ '			<a href="index.html">home</a>'
+ '			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="schedule.html">schedule</a>'
+ '			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="registration.html">registration</a>'
+ '			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="lodging.html">lodging</a>'
+ '			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="about.html">about</a>'
+ '			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="contact.html">contact</a>'
+ '			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="directions.html">directions</a>'
+ '		</div>'
+ '	</div>');