Florida State Yo Yo Contest

Link

Please visit the Official Site of the

Florida State Yo Yo Contest

    <SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
var date = new Date(“March 3, 2012″);
var description = ” Convention Time”;
var now = new Date();
var diff = date.getTime() – now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
document.write(“<center><h3>”)
if (days > 1) {
document.write(days+1 + ” Days Until ” + description);
}
else if (days == 1) {
document.write(“Only TWO Days Until ” + description);
}
else if (days == 0) {
document.write(“Tomorrow is ” + description);
}
else {
document.write(“It’s” + description + “!”);
}
document.write(“</h3></center>”);
// End –>
</script>