
		var days=new Array(8);
		days[1]="Sunday"
		days[2]="Monday"
		days[3]="Tuesday"
		days[4]="Wednesday"
		days[5]="Thursday"
		days[6]="Friday"
		days[7]="Saturday"

		var time=new Date();

		var day=days[time.getDay() + 1];

		if ((day == "Saturday") || (day == "Sunday"))
			document.write('<font size=1 color=red><div id="footer" class="fixed"><marquee>Please expect some delay in updating your responses on weekends</div></font></font></marquee>');


document.write('<div id="footer">');

document.write('<a href="http://www.madhurifan.com/donate/" title="Click here to support this website"><img src=http://www.madhurifan.com/images/btn_donateCC_LG.gif></a><br>');

document.write('Website best viewed with IE 5.5 or Maxthon 1.0 or above in a minimum resolution of 1024 x 768 pixels');
document.write('<br>Designed using <a href="http://www.nodethirtythree.com" title="www.nodethirtythree.com" target=_blank>www.nodethirtythree.com</a> by Sagar Sonker');

document.write('<br><a href="http://www.easycounter.com/" target="_blank"><img src="http://www.easycounter.com/counter.php?madhurifan" border="0" alt="HTML Hit Counter"></a> visitors since Thursday, 17-April-2008<br><font size=1><a href="http://www.easycounter.com/FreeCounter3.html" title="EasyCounter" target="_blank">Web Site Hit Counters</a></font>')

document.write('</div>')