var cText = ''

cText += '<table class="background" width="912px" border="0" cellspacing="0" cellpadding="0" align="center">'
cText += '  <tr>'
cText += '   	 <td width="100%" height="180" background="pictures/header.jpg" height="180px" align="center">&nbsp;</td>'
cText += '  </tr>'
cText += '  <tr>'
cText += '    <td>&nbsp;</td>'
cText += '  </tr>'
cText += '</table>'

document.write(cText)
