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

1) Copy these  images to your computer, either on a floppy disc or to your hardrive, and upload them to your home page:

2) Cut and paste (or copy) the html code into your page.  It must be EXACT for it to work.  The images are called "pudgie.gif", "pudgie2.gif",  and  "pudgie3.gif"     Don't change them!

3) Please link to: Countdown by Roxydoll12  

HERE IS THE CODE: 

<!--Start of Pudgie Birthday Code-->

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

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" style="background-color: rgb(253,219,234); font-family: Comic Sans MS; color: rgb(255,92,168); border: 2px solid rgb(255,92,168)" #0099FF" bgcolor="#FFD9EC">

<tr>

<td width="100%" style="background-color: rgb(255,221,238); color: rgb(255,43,149)"><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("September 27, 2004");

var description = "Brittni's Birthday!!";

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%" style="background-color: rgb(255,221,238); color: rgb(255,43,149); border: medium none rgb(255,43,149)"><p align="center"><font color="#000000"><img src="images/pudgie.gif" WIDTH="39" HEIGHT="57"><img src="images/pudgie2.gif" WIDTH="47" HEIGHT="60"><img src="images/pudgie3.gif" WIDTH="34" HEIGHT="53"></font></td>

</tr>

</table>

</center></div>

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

<!-- End of Pudgie Birthday Code-->

 

Personalize the Code for your birthday as follows:

1) Put in your  birthday  in the line of the html code that begins "var date=new date". Make sure the year is 2004.  When your birthday passes in 2004, you will have to change the year to 2005 for the countdown to work again.

2) Replace Brittni's name in the line that begins "var description=" with your name. 

That's all you have to do, and your countdown will look like this: