<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "4"		// phone Y LOCATION



document.write('<br>');




// 1ST NOTES AREA

    if (notes1 == "yes") {
 document.write('<fieldset><legend>');

 document.write('Do It Yourself Loan Modification<br></legend>');

 document.write('Do It Yourself Online Loan Modification.<br> <a href="http://help4homeowers.com/products.html" target="_blank">Contact us...</a><br>');

 document.write('</fieldset>');
 document.write('<br><br><br>');
 }







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Mod Requirements<br></legend>');

document.write('Here are the Requirements to Qualify for a Modification... <br>  <a href="how do i qualify for a loan modification.htm" target="_blank">Requirements...</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}









// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="sample loan modifications.htm" class="menuSidebar">Sample Loan Modification</a>');


document.write('<a href="docs/LETTER OF HARDSHIP.pdf" target="_blank" class="menuSidebar">Sample Hardship Letter</a>');


document.write('<a href="contact1.htm" class="menuSidebar">Get Pre-Approved</a>');

document.write('<br>');
document.write('<BR>');

document.write('<a href="broadcast1.htm" class="menuSidebar">Channel 1</a>');


document.write('<a href="broadcast2.htm" class="menuSidebar">Channel 2</a>');


document.write('<a href="broadcast3.htm" class="menuSidebar">Channel 3</a>');


document.write('<a href="broadcast4.htm" class="menuSidebar">Channel 4</a>');


document.write('<a href="broadcast5.htm" class="menuSidebar">Channel 5</a>');

document.write('<br>');
document.write('<BR>');

// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #5F6377 1px solid; background-color: #383B4A;COLOR: #B2C8D2; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('Live News Feed<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="175" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');
// END NEWS SCROLLER




document.write('</td></tr></table><br>');






// END SIDEBAR MENU //










// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Phone: 800-508-0242 <br>');

document.write('</div>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->