var hText = ''

hText += '<div id="header" style="text-align:center;">'
hText += '<table cellSpacing="0" cellPadding="0" border="0"><tbody>'
hText += '<tr><td colspan="2"><h2>Richard Frainier</h2></td></tr>'
hText += '<tr>'
hText += '<td width="200"><img src="images/bluebar.png" width="200" height="5"></td>'
hText += '<td width="100%"><img src="images/ltbluebar.png" width="100%" height="5"></td>'
hText += '</tr>'
hText += '</tbody></table>'
hText += '</div>'

document.write(hText)
