var str='';
str+='<script language="javascript" src="http:\/\/www.mortgagesnapshot.com\/contact.js"><\/script><form name="msformone" action="http:\/\/www.mortgagesnapshot.com\/calculators.php" method="post"  onSubmit="return dataCheck()"><input type="hidden" name="color" value=' + bordercolorchoice + '><input type="hidden" name="pagecolor" value=' + bgcolorchoice + '>';
str+='<input type="hidden" name="doqualify" value="unknown"><input type="hidden" name="addtotal" value=0><table id="colorchange" vspace=0 cellspacing=0 cellpadding=1 width=140>';
str+='<tr><td width=74% align=left valign=center>';
str+='<font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>Home Cost:<\/font>';
str+='<\/td><td width=1% align=center><font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>$<\/font><\/td><td width=24% align=left>';
str+='<input type="text" name="inputzero" id="inputzero" size=5';
str+=' onKeyPress="return handleEnter(this, event);"';
str+=' onfocus="this.style.backgroundColor=\'#FFFFCC\'"';
str+=' onblur="this.style.backgroundColor=\'white\'" onchange="changeToNumbers(0)"><br><\/td>';
str+=' <td width=1% align=center><\/td><\/tr>';
str+=' <tr><td width=74% align=left valign=center>';
str+=' <font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>Downpayment:<\/font>     ';
str+=' <\/td><td width=1% align=center><font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>$<\/font><\/td><td width=24% align=left>';
str+=' <input type="text" name="inputone" id="inputone" size=5   ';
str+=' onKeyPress="return handleEnter(this, event);"';
str+=' onfocus="this.style.backgroundColor=\'#FFFFCC\'"';
str+=' onblur="this.style.backgroundColor=\'white\'" onchange="changeToNumbers(1)"><br><\/td>';
str+=' <td width=1% align=center><\/td><\/tr>';
str+=' <tr><td width=74% align=left valign=center>';
str+=' <font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>Loan Rate:<\/font>      ';
str+=' <\/td><td width=1% align=center><\/td>';
str+=' <td width=24% align=left>';
str+=' <input type="text" name="inputtwo" id="inputtwo" size=5    ';
str+=' onKeyPress="return handleEnter(this, event);"';
str+=' onfocus="this.style.backgroundColor=\'#FFFFCC\'"';
str+=' onblur="this.style.backgroundColor=\'white\'" onchange="changeToNumbers(2)"><br><\/td>';
str+=' <td width=1% align=left><font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>%<\/font><\/font><\/td><\/tr>';
str+=' <tr><td width=74% align=left valign=center>';
str+=' <font face="' + fontfamilychoice + '" color=' + fontcolorchoice + ' size=2>Loan Term:<\/font>      ';
str+=' <\/td><td width=1% align=center><\/td><td width=24% align=center>';
str+=' <select name="inputthree" style="font-family: sans-serif; font-size: 8pt; width:62px; margin:1px"';
str+=' onfocus="this.style.backgroundColor=\'#FFFFCC\'"';
str+=' onblur="this.style.backgroundColor=\'white\'">';
str+=' <option value="10">10 yrs</option>';
str+=' <option value="15">15 yrs</option>';
str+=' <option value="20">20 yrs</option>';
str+=' <option value="25">25 yrs</option>';
str+=' <option selected value="30">30 yrs</option>';
str+=' <option value="40">40 yrs</option>';
str+=' <br><\/td>';
str+=' <td width=1% align=center><\/td><\/tr>';
str+=' <tr><td width=70%><\/td><td width=2%><\/td><td width=26% align=center>';
str+=' <input type=image src=http:\/\/www.mortgagesnapshot.com\/calculate.gif border=0 vspace=3><\/form>';
str+=' <\/td><td width=2%><\/td>';
str+=' <\/tr><\/table>';
document.write(str);


