function loan_calc(){   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="200" align="absmiddle">\n');   document.write('<param name="movie" value="/game/property.nsf/loan_calculator.swf" />\n');   document.write('<param name="quality" value="high" />\n');   document.write('<embed src="/game/property.nsf/loan_calculator.swf" width="200" height="200"></embed>\n');   document.write('</object>\n');}
