﻿var tempHtml;

tempHtml = '   <table width="100%" cellpadding="0" cellspacing="0" border="0">';

tempHtml += '	<tr>';
tempHtml += '	</tr>';

tempHtml += '	<tr>';
tempHtml += '	<td class="copyright">版權所有 &copy; 2009-2012，不得轉載。銀聯信託有限公司</td>';
tempHtml += '		<td align="right" class="copyright" valign="top"><a href="'+ path +'others/sitemap.html" class="copyright">網站地圖</a> | <a href="'+ path +'others/privacy.html" class="copyright">私隱聲明</a> | <a href="'+ path +'others/legal.html" class="copyright">法律聲明</a></td>';
tempHtml += '	</tr>';

tempHtml += '	<tr>';
tempHtml += '		<td colspan="2"><img src="images/spacer.gif" width="1" height="10"></td>';
tempHtml += '	</tr>';

tempHtml += '</table>';

tempHtml += '</div>';
tempHtml += '</center>';

document.write (tempHtml); 

