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

1) Copy this  image to your computer, either on a floppy disc or to your hardrive, and upload it 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 image is called "waveani.gif"    Don't change it!

3) Please link to: Countdown by Roxydoll12 

 

HERE IS THE CODE: 

<!--Beginning Beach Countdown-->

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" style="font-family: Comic Sans MS; background-color: rgb(224,250,252); color: #1B9EDE; font-size: 8pt; border: 2px solid #60E6F0">

<tr>

<td width="100%"><p align="center"><script LANGUAGE="JAVASCRIPT">

today = new Date();

BigDay = new Date("March 30, 2004")

msPerDay = 24 * 60 * 60 * 1000 ;

timeLeft = (BigDay.getTime() - today.getTime());

e_daysLeft = timeLeft / msPerDay;

daysLeft = Math.floor(e_daysLeft);

e_hrsLeft = (e_daysLeft - daysLeft)*24;

hrsLeft = Math.floor(e_hrsLeft);

minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);

document.write( "There's "+daysLeft+" days, "+hrsLeft+" hours and "+minsLeft+" minutes left until Alyson's birthday! ");

</script> </p>

<p align="center"><img src="images/waveani.gif" WIDTH="275" HEIGHT="22"></td>

</tr>

</table>

</center></div><font color="#000000">

 

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 Alyson'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: