//writes out the page header
document.write('<table border="0" cellspacing="10" cellpadding="10" width="100%" align"center" bgcolor="#000033">\n');
document.write('<tr bgcolor="#000033">\n');
document.write('<td align="right"><img src="Images/frame_boca.gif" border="0"></td>\n');
document.write('<td align="center"><img src="Images/logo_small.jpg" border="0" alt="PCI Custom Homes"></td>\n');
document.write('<td align="left"><img src="Images/frame_houses.gif" border="0"></td>\n');
document.write('</tr>\n');
document.write('</table>\n');