		
function writetail() 
{
document.write("<TR>")
document.write("<TD bgColor=#ffffff  colspan=2>")
document.write("<p style=text-align:center; margin-left:8; margin-top:0; margin-right:8>")
document.write("<font class=menu>")
document.write("Copyright &copy; Central Wakf Council ")
document.write("<br>")
document.write("</font>")
document.write("<font class=menu>")
document.write("Developed by ")
document.write("</font>")
document.write("<a href=http://www.calcuttaonweb.com target=newpage class=menua>")
document.write("Datasoft Solutions")
document.write("</a>")
document.write("</p>")
document.write("</TD>")
document.write("</TR>")
}