tempHTML = '<table width="100%" border="0" cellpadding="0" cellspacing="0">';
tempHTML += '	<tr>';
tempHTML += '		<td><img src="'+path+'images/common/btm_line.jpg" width="760" height="1"></td>';
tempHTML += '	</tr>';
tempHTML += '	<tr>';
tempHTML += '		<td class="gray10px" align="right" height="33"><a href="'+path+'about/index.htm" class="gray10px">關於陽光房地產基金</a> | <a href="'+path+'port/index.htm" class="gray10px">物業組合</a> | <a href="'+path+'manager/aboutus.htm" class="gray10px">管理人</a> | <a href="'+path+'manager/structure.htm" class="gray10px">管理團隊</a> | <a href="'+path+'investor/announcements.htm" class="gray10px">投資者關係</a> | <a href="'+path+'press/index.htm" class="gray10px">新聞中心</a></td>';
tempHTML += '	</tr>';
tempHTML += '	<tr>';
tempHTML += '		<td class="gray10px" align="right"><a href="'+path+'other/privacy.htm" class="gray10px">私隱政策</a> | <a href="'+path+'other/disclaimer.htm" class="gray10px">免責聲明政策</a> | &copy; 2006 陽光房地產基金版權所有</td>';
tempHTML += '	</tr>';
tempHTML += '</table>';
		
document.write(tempHTML);