
		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('<font size=1 color=gray><div id="footer" class="fixed">');

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 www.nodethirtythree.com</div></font>');