<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "150%"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "0"		// INCREASE PAGE HEIGHT

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES



// 1st NOTES AREA
   if (notes1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Important Note:');

document.write('</td></tr><tr><td class="note-text">');

document.write('In the last year there have been many changes, most notably the restrictions for credit scores and loan to value, the amount of your loan compared to the value of your home.  You cannot do much to increase your loan to value but you can help your credit score, ask me how.');


document.write('</td></tr></table>');
document.write('<br><br>');
}


document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');





//  End -->