/* AUTHOR: Fred Preller */
/* Creation date: 11/30/2006 */
/* pageheader.js */
/* Write standard page header into current document */
/*     Input is pagename, a string. */
document.write( '<A HREF="http://www.384thbombgroup.com/">' ) ;
document.write( '<IMG HEIGHT="153" WIDTH="640" SRC="/pics/graphics/newlogo.gif" ' ) ;
document.write( 'class="centeredImage blockcenter" TITLE="RETURN TO 384th BOMB GROUP HOME PAGE" />' ) ;
document.write( '</A>' ) ;
document.write( '<DIV class="center majorhead" TITLE="Heading">' ) ;
document.write( '<HR />' ) ;
document.write( pagename ) ;
document.write( '<HR />' ) ;
document.write( '</DIV>' ) ;
