<!--

/********************************************************************  
*  Author: David Capelo  
*  Description: Since this hosting server does not support SSI
*	Try to include de code through javascript.
*  History: 9/18/2002 - Page Creation
* 
********************************************************************/

with (document) {
	writeln('<table>');	
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/login/login.aspx">');
	writeln('<img height="20" src="/images/buttons/bhome_Off.jpg" border="0" id="image_0" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/intro/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bintro_Off.jpg" border="0" id="image_1" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/why/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bwhy_Off.jpg" border="0" id="image_2" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/programs/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bPrograms_Off.jpg" border="0" id="image_3" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/apply/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bApply_Off.jpg" border="0" id="image_4" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/calculators/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bcalculators_Off.jpg" border="0" id="image_5" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/loanProcess/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bLoanProcess_Off.jpg" border="0" id="image_6" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/glossary/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bglossary_Off.jpg" border="0" id="image_7" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/FAQ/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bFAQ_Off.jpg" border="0" id="image_8" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/checklist/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bchecklist_Off.jpg" border="0" id="image_9" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
	writeln('<tr><td width="175" height="20" valign="bottom">');
	writeln('<A href="/website/contactus/main.aspx">');
	writeln('<img height="20" src="/images/buttons/bcontactus_Off.jpg" border="0" id="image_10" onMouseOut="swapImgRestore(this)" onMouseOver="swapImage(this)"></A>');
	writeln('</td></tr>');
//	writeln('<tr><td width="175" height="20" valign="bottom">');
//	writeln('<A href="/website/specialoffers/main.aspx">');
//	writeln('<img height="20" src="/images/buttons/bspecialoffers_Off.gif" border="0" id="image_14""></A>');
//	writeln('</td></tr>');	
	writeln('<tr><td width="175" height="175" align="center" valign="bottom">');	
	writeln('<img height="20" src="/images/buttons/bphonenumber.jpg" border="0" id="image_11"><BR>');
	writeln('<A href="mailto:gweaver@premiermortgagekc.com "><img height="20" src="/images/buttons/bemail.jpg" border="0" id="image_12"></a>');	
	writeln('</td></tr>');	
	writeln('<tr><td width="175" height="175" align="center" valign="bottom">');	
	writeln('<div style="font-size:10px;">Kansas Licensed Mortgage Broker 2003-4629</div>');
	writeln('<img src="/images/pub/eho.gif" border="0"><BR>');	
	writeln('</td></tr>');			
	writeln('</table>');
}		  
//-->