<!-- Begin
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

var notes1		= "yes"
var notes2		= "yes"
var sidewidth		= "225"	
var pageheight		= "0"
var phone		= "yes"
var phoneLR		= "left"
var phoneX		= "1"
var phoneY		= "5"
   if (notes1 == "yes") {
document.write('<fieldset><legend>');
document.write('<a href="coe.htm"><font color="FFFFFF">Code of Ethics</a></font><br></legend>');
document.write('<b>NATIONAL ASSOCIATION OF HOME INSPECTORS</b>, members code of ethics.<br><a href="coe.htm">We\'re Committed</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}
   if (notes2 == "yes") {
document.write('<fieldset><legend>');
document.write('<a href="apart.htm"><font color="FFFFFF">What Sets Us Apart?</a></font><br></legend>');
document.write('<b>What Sets Us Apart From Other Inspectors?</b><br>Learn more about what makes us stand out.<br><a href="apart.htm">Outstanding in our field</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}
   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');
document.write('<b>Texas Home Inspections: 713.471.8447</b><br>');
document.write('</div>');
}
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');
document.write('</td></tr></table>');
//  End -->