function footer(){
var strfooter="";
strfooter=strfooter+"<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center' height='80px' bgcolor='#3366CC'>";
strfooter=strfooter+"<tr>";
strfooter=strfooter+"<td width='10%'></td>";
strfooter=strfooter+"<td class='contentWhiteFooter' align='left'>&copy;2008 <a href='http://www.tcs.com' class = 'contentWhiteFooterlink' target='_blank'> Tata Consultancy Services Limited.</a> All Rights Reserved</td>";
strfooter=strfooter+"<td class='contentWhiteFooter' align='right'><a href='http://www.tcsitwiz.com' class='contentWhiteFooterlink'>Home</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.tcsitwiz.com/content/disclaimer.html' class='contentWhiteFooterlink'>Disclaimer</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='' class='contentWhiteFooterlink'>Privacy Policy</a><br><br>This site is Designed and Maintained by <a href='http://www.greycaps.com' class='contentWhiteFooterlink'>Greycaps</a></td>";
strfooter=strfooter+"<td width='10%'></td>";
strfooter=strfooter+"</tr>";
strfooter=strfooter+"</table>";
return(strfooter);
}

