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">About Sunlight REIT</a> | <a href="'+path+'port/index.htm" class="gray10px">Our Portfolio</a> | <a href="'+path+'manager/aboutus.htm" class="gray10px">About The Manager</a> | <a href="'+path+'manager/structure.htm" class="gray10px">The Team</a> | <a href="'+path+'investor/announcements.htm" class="gray10px">Investor Relations</a> | <a href="'+path+'press/index.htm" class="gray10px">Press Room</a></td>';
tempHTML += '	</tr>';
tempHTML += '	<tr>';
tempHTML += '		<td class="gray10px" align="right"><a href="'+path+'other/privacy.htm" class="gray10px">Privacy Policy</a> | <a href="'+path+'other/disclaimer.htm" class="gray10px">Disclaimer</a> | All rights reserved, Copyright &copy; 2006 SUNLIGHT REIT</td>';
tempHTML += '	</tr>';
tempHTML += '</table>';
		
document.write(tempHTML);