For  this countdown button to work, you need to do the following things:

1) Copy the  image to your computer, either on a floppy disc or to your hardrive, and upload it to your home page

bostonstpat.gif (3096 bytes)

2) Cut and paste (or copy) the html code into your page.  It must be EXACT for it to work.  The image is called "bostonstpat.gif"    Don't change it!

3) Please link to: Countdown by Scooter and Tuffy's Kennel

HERE IS THE CODE: 

 

<!-- Start of Boston St. Patrick's Code-->

<p align="center">&nbsp;</p>

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" bgcolor="#FFFFFF" style="background-color: #EAFFEA; font-family: Comic Sans MS; color: #008000; border: 2px solid #008000" #0099FF" bordercolor="#FFFFFF">

<tr>

<td width="100%"><p align="center">&nbsp; <script LANGUAGE="JavaScript">

<!-- Original: Alan Palmer -->

<!-- Web Site: <http://www.jsr.communitech.net> -->

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! <http://javascript.internet.com> -->

<!-- Begin

var date = new Date("March 17, 2004");

var description = "St. Patrick's Day!!";

var now = new Date();

var diff = date.getTime() - now.getTime();

var days = Math.floor(diff / (1000 * 60 * 60 * 24));

document.write("<center><h5>")

if (days > 1) {

document.write(days + " 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("</h5></center>");

// End -->

</script> </td>

<td width="100%"><img src="images/bostonstpat.gif" WIDTH="72" HEIGHT="91"></td>

</tr>

</table>

</center></div>

<!-- End of Boston St. Patrick's Day Code-->

 

BACK TO SCOOTER & TUFFY'S KENNEL