// JavaScript Document
function pyear()
{
var curdate = new Date()
var year = curdate.getYear()
if (year < 2000)
year = year + 1900;
document.write(year)
}


function footer()
{
f="";
f=f+"<table width='100%' border='0' cellspacing='0' cellpadding='0' >"
f=f+"<tr><td width='30'><img src='images/spotlight/common/spacer.gif' width='30' height='1' /></td><td width='125' valign='bottom' class='text-footer'  style='padding-bottom:8px;'><a href='terms-conditions.html' class='link' >Terms &amp; Conditions</a> </td><td width='10' valign='bottom' class='text-footer'  style='padding-bottom:8px;'> |</td><td width='100' valign='bottom' class='text-footer' style='padding-bottom:8px;'><a href='privacy-policy.html' class='link' > Privacy Policy </a></td><td ><a href='integrated-township.html'><img src='images/spotlight/footer-township.jpg' alt='TDI Townships'  title='TDI Townships'  border='0' /></a></td><td><a href='commercial.html'><img src='images/spotlight/footer-commercial.jpg' alt='TDI Commercial'  title='TDI Commercial' border='0' /></a></td><td ><a href='retail.html'><img src='images/spotlight/footer-retail.jpg' title='TDI Retail'  alt='TDI Retail'  border='0' /></a></td><td >"
f=f+"<a href='education.html'><img src='images/spotlight/footer-education.jpg' alt='TDI Education'  title='TDI Education'  border='0' /></a></td><td><a href='leisure-hospitality.html'><img src='images/spotlight/footer-leisure.jpg'  a;t='TDI Leisure'  title='TDI Leisure'  border='0' /></a></td><td><a href='hospitality.html'><img src='images/spotlight/footer-hospitality.jpg'  alt='TDI Hospitality'  title='TDI Hospitality'  border='0' /></a></td><td width='10'><img src='images/spotlight/common/spacer.gif' width='10' height='1' /></td></tr><tr bgcolor='#d8d8d8'><td width='30'><img src='images/spotlight/common/spacer.gif' width='30' height='1' /></td><td colspan='8' align='right' class='text-footer' height='25' style='padding-right:15px;' valign='middle'><a href='real-estate.html' class='link'>TDI Real Estate</a><img src='images/spotlight/common/spacer.gif' width='15' height='1' /> Copyright © <script type='text/javascript'>pyear();</script> TDI Infrastructure Ltd. </td><td width='25'><img src='images/spotlight/common/spacer.gif' width='25' height='1' /></td></tr></table>"
document.write(f)
}
