//JavaScript file for virtual header
//Update this document only to change header on site
<!--
function printVirtualHeader(){
document.write('<div class="skipLinks">skip to: <a href="#content">page content</a> | <a href="pageNav">links on this page</a> | <a href="#globalNav">site navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>');
document.write('<div id="masthead">');
document.write('<h1 id="siteName">&loz;&loz;&loz;&loz; the Wedding Celebration for Dave & Beth! &loz;&loz;&loz;&loz;</h1>');
document.write('<div id="utility">');
var date = new Date("September 17, 2005");
var now = new Date();
var diff = now.getTime() - date.getTime();
var days = Math.floor (diff / (1000 * 60 * 60 * 24));
document.write(days+1 + " days happily married!");
document.write('</div>');
document.write('<div id="globalNav">');
document.write('<img alt="" src="images/gblnav_left.gif" height="32" width="4" id="gnl"> <img alt="" src="images/glbnav_right.gif" height="32" width="4" id="gnr"> ');
document.write('<div id="globalLink"><a href="bridegroom.html" id="gl1" class="glink" onmouseover="ehandler(event,menuitem1);">about us</a><a href="rosehulman.html" id="gl2" class="glink" onmouseover="ehandler(event,menuitem2);">location</a><a href="cerecep.html" id="gl3" class="glink" onmouseover="ehandler(event,menuitem3);">ceremony &amp; reception</a><a href="registry.html" id="gl4" class="glink" onmouseover="ehandler(event,menuitem4);">registry</a><a href="http://home.comcast.net/cgi-bin/GBEntry?owner=bethschindel" target="new" id="gl5" class="glink" onmouseover="ehandler(event,menuitem5);">guestbook</a><a href="photos.html" id="gl6" class="glink" onmouseover="ehandler(event,menuitem6);">photos</a></div>');
document.write('<!--end globalLinks-->');
document.write('</div>')
document.write('<!-- end globalNav -->');
document.write('<div id="subglobal1" class="subglobalNav">');
document.write('<a href="bridegroom.html">the bride &amp; groom</a> | <a href="proposal.html">the proposal</a> | <a href="current.html">current happenings</a> | <a href="message.html">our message</a> | <a href="family.html">family &amp; friends</a> | <a href="contact.html">contact us</a></div>');
document.write('<div id="subglobal2" class="subglobalNav">');
document.write('<a href="rosehulman.html">about rose-hulman</a> | <a href="chapel.html">the white chapel</a> | <a href="maps.html">maps &amp; directions</a> | <a href="hotels.html">accommodations</a> | <a href="local.html">local interests</a></div>');
document.write('<div id="subglobal3" class="subglobalNav">');
document.write('<a href="cerecep.html">ceremony &amp; reception</a> | <a href="schedule.html">schedule of events</a> | <a href="bridalparty.html">bridal party</a> | <a href="music.html">music</a> | <a href="events.html">other events</a> | <a href="vendors.html">vendors</a></div>');
document.write('<div id="subglobal4" class="subglobalNav"><a href="registry.html#donations">donations</a> | <a href="registry.html#gifts">gifts</a></div>');
document.write('<div id="subglobal5" class="subglobalNav"></div>');
document.write('<div id="subglobal6" class="subglobalNav"></div>');
document.write('<div id="subglobal7" class="subglobalNav"></div></div>');
}
// End hiding -->
