function fnBottom()
	{
	var str="";
	var mydate=new Date()
	var year=mydate.getYear()	
	str+="<span style='font-family: Times New Roman, Times, serif ; color: #000000; font-size:12px;'>&copy; "+year+"&nbsp; www.indianmirror.com ";
	document.write(str);
	}
	
