function showFooter()
{
	var strFooterData = '';
strFooterData += '<table width="956" border="0" align="center" cellpadding="0" cellspacing="0" dwcopytype="CopyTableRow">';
strFooterData += '<tr align="right">'; 
strFooterData += '<td colspan="3" background="images/bottom_bg.gif"><img src="images/bottom_bg_imag.gif" width="12" height="6"></td>';
strFooterData += '</tr>';
strFooterData += '<tr align="right"> ';
strFooterData += '<td width="612" align="left" class="bottm">Tiger Watch, Maa Farm, Sherpur ';
strFooterData += 'Khiljipur, District Sawai Madhopur, Rajasthan, India 322 001 </td>';
strFooterData += '<td width="344" class="bottm">&copy; Tiger Watch 2010&nbsp;&nbsp;</td>';
strFooterData += '</tr>';
strFooterData += '</table>';

	document.write(strFooterData);
}