function footer(){
var strfooter="";
strfooter=strfooter+"<table width='100%' border='0' cellpadding='0' cellspacing='0' align='center' height='80px'>";
strfooter=strfooter+"<tr>";
strfooter=strfooter+"<td valign='top' align='center' class='copyright'>Copyright &copy; 2010 Greycaps India Pvt Ltd.</td>";
strfooter=strfooter+"</tr>";
strfooter=strfooter+"</table>";
return(strfooter);
}


