/*
src BBPA
checked by Times http://tinyurl.com/yarjtvr
end Jun 2037 so 57500 start 22/01-20/02/2009
NO: closed this year!
*/

var msg = '<TABLE WIDTH="171" CELLPADDING=0 CELLSPACING=0 BORDER=0 ALIGN="center">';
msg = msg + '<TR BGCOLOR="#D5230B"><TD><IMG SRC="media/shim.gif" WIDTH="1" HEIGHT="2"></TD></TR>';
msg = msg + '<TR BGCOLOR="#ffffff"><TD><IMG SRC="media/shim.gif" WIDTH="1" HEIGHT="1"></TD></TR>';
msg = msg + '<TR><TD><TABLE WIDTH="171" CELLPADDING=0 CELLSPACING=0 BORDER=0 BACKGROUND="media/box_countdown.jpg"><TR>';
	msg = msg + '<TD ROWSPAN="2"><IMG SRC="media/shim.gif" WIDTH="1" HEIGHT="197"></TD>';
	msg = msg + '<TD><IMG SRC="media/shim.gif" WIDTH="170" HEIGHT="1"></TD></TR>';
	msg = msg + '<TR><TD>';
	with (today) {
		currentDay = Math.floor(getTime()/1000/86400);
	}
	var targetDate = new Date();
	with (targetDate) {
		setDate(2);
		setMonth(9); //  Jan = 0
		setYear(2009);
		targetDay = Math.floor(getTime()/1000/86400);
	}
	daysRemaining = targetDay-currentDay;
//	daysRemaining < 0 ? direction = "SINCE" : direction = "TILL"
	if (daysRemaining >= 0) {
		direction = "TILL";
		daysRemaining = Math.abs(daysRemaining)
		daysRemaining == 1 ? unit = "DAY" : unit = "DAYS"
		msg = msg + '<P ALIGN="center"><SPAN STYLE="font-size:52pt"><B><FONT COLOR="#D5230B">' + daysRemaining + '</FONT></B></SPAN>';
		msg = msg + '<BR><B><FONT SIZE="+1">' + unit + ' ' + direction + '</FONT></B>';
		msg = msg + '<BR><B><A HREF="festival.htm" CLASS="sitemap"><FONT SIZE="+2">SOLIHULL</FONT><BR><FONT SIZE="+1">BEER FESTIVAL</FONT></A></B>';
	} else {
		var newYearDate = new Date();
		with (newYearDate) {
			setDate(31);
			setMonth(11); //  Jan = 0
			setYear(2009); // GET?
			newYearDay = Math.floor(getTime()/1000/86400);
		}
//		pubsRemaining = 57500-Math.round((currentDay-surveyDay)*39/7);
		pubsClosed = Math.round((currentDay-newYearDay)*39/7);
		msg = msg + '<P ALIGN="center"><SPAN STYLE="font-size:52pt"><B><FONT COLOR="#D5230B">' + pubsClosed + '</FONT></B></SPAN>';
		msg = msg + '<BR><B><A HREF="http://www.axethebeertax.com" CLASS="sitemap" TARGET="_blank"><FONT SIZE="+1">BRITISH PUBS</FONT><BR><FONT SIZE="+3">CLOSED</FONT><BR><FONT SIZE="+1">THIS YEAR</FONT></A></B>';
	}
msg = msg + '</TD></TR></TABLE></TD></TR>';
msg = msg + '<TR BGCOLOR="#ffffff"><TD><IMG SRC="media/shim.gif" WIDTH="1" HEIGHT="1"></TD></TR>';
msg = msg + '<TR BGCOLOR="#1F8F6E"><TD><IMG SRC="media/shim.gif" WIDTH="1" HEIGHT="2"></TD></TR>';
msg = msg + '<TR><TD><IMG SRC="media/shim.gif" WIDTH="1" HEIGHT="15"></TD></TR>';
msg = msg + '</TABLE>';

document.write(msg);


