<!--
// Define variables
var image1	= rootpath+'images/spacer.gif';
var image2	= rootpath+'images/logo.jpg';
var image3	= rootpath+'images/michelangelo-sistine-chapel-2-475.jpg';
var pageheader	= '';

pageheader += '';
pageheader += '<TR><TD WIDTH=768 colspan="5"><IMG SRC="'+image1+'" WIDTH=768 HEIGHT=25 ALT=""></TD></TR>';
pageheader += '<TR>';
pageheader += '	<TD style="border-style: none; border-width: medium">&nbsp;</TD>';
pageheader += '	<TD WIDTH=195 ALT="" valign="top" style="border-style: none; border-width: medium">';
pageheader += '		<IMG SRC="'+image2+'" WIDTH=188 HEIGHT=165 ALT=""></TD>';
pageheader += '	<TD width="23" style="border-style:none; border-width:medium; background-position: right 50%; background-repeat:repeat-y " width="23">&nbsp;</TD>';
pageheader += '	<TD WIDTH=535 ALT="" valign="top" style="border-style: none; border-width: medium" bgcolor="#FFFFFF">';
pageheader += '		<img border="0" src="'+image3+'" width="475" height="216"><p style="margin-top: 0; margin-bottom: 0">&nbsp;</TD>';
pageheader += '	<TD width="15" style="border-style: none; border-width: medium">&nbsp;</TD>';
pageheader += '</TR>';

// -->
