function run_header() {
document.write('<div id="header">');
document.write('<h1>Boston College</h1>');
document.write('<span class="motto"><a href="http://www.bc.edu/research/agingandwork/">Ever to Excel</a></span>');
document.write('</div>');
document.write('<div id="search">');
document.write('<form name="searchform" id="searchform" method="get" action="http://search.bc.edu/query.html">');
document.write('<p><input type="text" class="searchbox" alt="Search" value="Search Site" name="qt" id="s" onfocus="if(this.value==\'Search Site\') this.value=\'\';" onblur="if(this.value==\'\') this.value=\'Search Site\';" /><a href="javascript:document.searchform.submit()" id="bu_searchsubmit"></a>');
document.write('<input type="hidden" value="1" name="qm"/>');
document.write('<input type="hidden" value="957441170" name="ct"/>');
document.write('<input type="hidden" value="" name="oq"/>');
document.write('<input type="hidden" value="1" name="rq"/>');
document.write('</p></form>');
document.write('</div>');

document.write('<div id="secondarymenu">');
document.write('<ul>');
document.write('<li><a title="Go to Aging & Work home page" href="/research/agingandwork">Home</a></li>');
document.write('<li>|</li>');
document.write('<li><a title="Go to Executive Innovation Lab page" href="/research/agingandwork/ExecutiveInnovation.html">Executive Innovation Lab</a></li>');
document.write('<li>|</li>');
document.write('<li><a title="Contact the Center" href="/research/agingandwork/about/contact_us.html">Contact Us</a></li>');

document.write('<li>');


document.write('<!-- Begin ConveyThis Button --> ');
document.write('<script type="text/javascript">convey_source = "English"; </script> ');
  
document.write('<a href="http://www.translation-services-usa.com/" ');
//document.write('<a href="#" ');
document.write('id="conveythis_image" title="Translate to another language" ');
document.write('onmouseover="conveythis_show(this)" ');
document.write('onmouseout="conveythis_start_timer()" ');
document.write('onclick="return conveythis_prepWindow(this)"> ');
document.write('<img hspace="3" src="http://no-stats5.conveythis.com/kern_e2/images/translate1.gif" ');
document.write(' style="border-style: none;" /> </a>');
//document.write('Translate this Page</a>');
document.write( '<script type="text/javascript" ');
document.write(' src="http://no-stats5.conveythis.com/kern_e2/javascript/e2_1.js">');
document.write(' </script> ');
document.write('   <!-- End ConveyThis Button -->');
document.write('</li>');
document.write('</ul>');

document.write('</div>');
}
