// JavaScript Document
/*
<a href=http://www.horrorfindweekend.com/boardmembershirt/boardshirts.html>Horrorfind Weekend IV Board Members T-Shirt</a><br>
<br>
*/
/*#echo banner=""*/ 
/*
javascript multi line comment
*/
var date = new Date("September 2, 2011");
var description = "The Horrorfind Weekend 13";
var now = new Date();
var diff = date.getTime() - now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
document.write("<center>")
if (days > 1) {
horrorfinddays = days+1;
//document.write("<a href=http://www.horrorfindweekend.com target=_blank>" + horrorfinddays + " days until " + description + "</a>");
}
else if (days == 1) {
//document.write("<a href=http://www.horrorfindweekend.com target=_blank>" + "Two days until " + description + "</a>");
}
else if (days == 0) {
//document.write("<a href=http://www.horrorfindweekend.com target=_blank>" + "Tomorrow is " + description + "<br>Tickets Available at the Door</a>");
}
else {
//document.write("<a href=http://www.horrorfindweekend.com/>" +  description + "<br>Horrorfind Weekend 13 Over - Thank You All for Making Another great Event</a><br>");
}
//document.write("<br><br>");

// uncomment document.write'S when ready to display dates, info etc...

