<!-- 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 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// 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('My Fairway Notes<br></legend>');
document.write('Tamara: (405) 808-6316');
//document.write(' Carla: (405) 639-6954'); 
document.write('<br><br>');
document.write('<a href="contact-tmt.htm">Contact us...</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&office_id=1527&loan_officer=11354" 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>');
//}

// central time

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td align="center"><embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color=223440&wtsid=US-OK" width="110" height="110" wmode="transparent" type="application/x-shockwave-flash" /></td></tr><tr><td align="center"><h6>Central</h6></td></tr></table>');
document.write('</center>');
//document.write(' ');
}
// central time


// weather

   if (showimage == "yes") {

document.write('<center>');
document.write('<script type="text/javascript" language="javascript1.2" src="http://weatherreports.com/jscript.html?width=125&height=125&theme=white&location=73034&units=f"></script>');
document.write('</center>');
//document.write(' ');
}
// weather



// MMG Links

//   if (showimage == "yes") {

//document.write('<center>');
//document.write('  <br>');
//document.write('<script type="text/javascript" language="javascript1.2" src="http://weatherreports.com/jscript.html?width=125&height=125&theme=white&location=74075&units=f"></script>');
//document.write('<a href="http://www.myfairway.net/mmgm.htm" target="_blank">Archived Newsletters</a><br>');
//document.write('<br> ');
//document.write('  <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>');
//}


// signup for newsletter

//   if (paragraph_2 == "yes") {
   
//document.write('<fieldset><legend>');
//document.write('Current Weather<br>');
//document.write('<script type="text/javascript" language="javascript1.2" src="http://weatherreports.com/jscript.html?width=125&height=125&theme=white&location=74075&units=f"></script>');
//document.write('</legend></fieldset>');
//document.write('<br><br>');

//}



// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');


// -- END -->