function writeFooter(){
    //
    //alert('Footer being written');
    document.write('<table width="50%" border="0" cellspacing="1" cellpadding="1">');
	document.write('<tr align="center"> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	    document.write('<td>&nbsp;</td> ');
	  document.write('</tr> ');
	  document.write('<tr align="center"> ');
	    document.write(' <td nowrap><a href="/index.html" class="footerCopyright">Hampi</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/history/index.html" class="footerCopyright">History</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/tourism/index.html" class="footerCopyright">Tourism</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/attractions/index.html" class="footerCopyright">Attractions</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/photogallery/index.html" class="footerCopyright">Photo Gallery</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/aboutus/index.html" class="footerCopyright">About Us</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/sitemap/index.html" class="footerCopyright">Sitemap</a></td> ');
	    document.write(' <td nowrap> | </td> ');
	    document.write(' <td nowrap><a href="/experiences/index.html" class="footerCopyright">Your Experiences</a></td> ');
	  document.write(' </tr> ');
	  document.write(' <tr align="center">  ');
	    document.write(' <td colspan="15" class="footerCopyright">&copy; <a href="http://www.hampionline.com" class="footerCopyright"><u>www.hampionline.com</u></a>.  ');
	      document.write(' All Rights Reserved.</td> ');
	  document.write(' </tr> ');
	document.write(' </table> ');
}//end of writeFooter function
