function DisplayFooter()
{
	var strDesc;

	strDesc =  "";
        strDesc =  strDesc + "<B>";
	strDesc = strDesc +  "<img src=\"http://www.angelfire.com/home/rajivdua/images/homer1.gif\">&nbsp;&nbsp;";
strDesc =  strDesc + "<a href=\"http://www.angelfire.com/home/rajivdua/myblog\">My Blog</a>";
strDesc = strDesc + " | ";
	 	strDesc = strDesc + "<a href=\"http://www.angelfire.com/home/rajivdua\">Home</a>";
 	strDesc = strDesc + " | ";
 	strDesc = strDesc + "<a href=\"recommend.html\">Downloads </a>";
 	strDesc = strDesc + " | ";
//  	strDesc = strDesc + "<a href=\"http://www.angelfire.com/home/rajivdua/photos/\">Photos</a>";
//  	strDesc = strDesc + " | ";
 	strDesc = strDesc + "<a href=\"mailto:rajiv.dua@bcs.org.uk.com\">Contact Me </a>";
 	strDesc = strDesc + " | ";
 	strDesc = strDesc + "<a href=\"http://www.bullcowonline.com\"><img src=\"http://www.angelfire.com/home/rajivdua/images/BullCow.jpg\">&nbsp;&nbsp;Bull Cow</a>"; 	
strDesc = strDesc + " | "; 
strDesc =  strDesc + "<a href=\"http://www.angelfire.com/home/rajivdua/photos\">Photo Album</a>";
strDesc = strDesc + " | ";
 	strDesc = strDesc + "&nbsp;&nbsp;<img src=\"http://www.angelfire.com/home/rajivdua/images/homer1.gif\">";
	strDesc = strDesc + "</font>";
        strDesc =  strDesc + "</B>";
	document.write(strDesc);
}