<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS


var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
//document.write('SENIORS...<br></legend>');
//document.write('More Information on</a></legend><br>'); 
//document.write('Our Senior Program</a></legend><br>'); 
//document.write('is Coming Soon<br>');
//document.write('<a href="byemilyfultz.htm"  target="_blank">Your Senior Program</a></legend>'); 
//document.write('<br><a href="contactus.htm" target="_blank">Contact SRM...</a><br>');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA reverse

   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('Are you a Senior 62+? <br>');
//document.write('<a title="Click here for more information about a  Reverse Mortgage." href="http://www.myfairway.net/reversemortgage/index.html"><img src="picts/reversemtg2-125gray.jpg" border="0" class="borders"></a><br>');
//document.write('<a title="Click here for more information about a  Reverse Mortgage." href="http://www.reversemortgageok.com"><img src="picts/reversemtg2-125gray.jpg" border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br>');
}
// end SMALL PICTURE AREA reverse

// SMALL PICTURE AREA Apply

   if (showimage == "yes") {

//document.write('<center>');
//document.write('Fairway Secure App<br>');
//document.write('<a href="https://homeloans.securesites.com/standard.html?custid=5537" target="_blank"><img src="picts/applynow125-2.jpg" border="1" class="borders"></a>');
//document.write('<a href="https://rwstools.com/loan-app/startloan.asp?PVLID=8327&refer=&ACCTID=310295" target="_blank"><img src="picts/applynow3cb-125gray.jpg" border="1" class="borders" class="domroll images/applynow150-r.jpg"></a><br>');
//document.write('</center>');
//document.write(' ');
}
// end SMALL PICTURE AREA Apply

// SMALL PICTURE AREA

//   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br>');
//}

   if (showimage == "yes") {

//document.write('<br><center>');
//document.write('Current Monthly Newsletter<br>');
//document.write('<a href="http://www.mmgweekly.com/m/index.html?SID=c5c1cb0bebd56ae38817b251ad72bedb" target="_blank"><img src="http://www.mortgagemarketguide.com/_global/images/mmgweekly/mmgMonthly_142x68.gif" width="142" height="68" border="0"></a><br>');
//document.write('<br> ');
//document.write('Current Weekly Newsletter<br>');
//document.write('<a href="http://www.mmgweekly.com/w/w.html?SID=7f53f8c6c730af6aeb52e66eb74d8507" target="_blank"><img src="http://www.mortgagemarketguide.com/_global/images/mmgweekly/mmgWeekly_120x60.gif" width="120" height="60" border="0"></a><br>');
//document.write('</center>');
//document.write('<br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

//document.write('<fieldset><legend>');
//document.write('REGISTER<br></legend>');
//document.write('Register HERE<a href="regnews.htm"></a> for our free, weekly email newsletter detailing market trends & changes, mortgage info, tax strategies, real estate ideas, etc.<br>');
//document.write('</fieldset>');
//document.write('<br><br>');

}



// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');


// -- END -->
