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:

keroppi.gif (2239 bytes)kt.gif (2015 bytes)

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

 3) Please link to: Countdown by Roxydoll12 

HERE IS THE CODE: 

 

<!--beginning of Hello Kitty Code-->

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" style="font-family: Georgia; background-color: rgb(255,255,255); color: #FF0000; font-size: 8pt; font-weight: bold; border: 2px solid #0000E1">

<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/keroppi.gif" WIDTH="60" HEIGHT="60"><img src="images/kt.gif" WIDTH="60" HEIGHT="60"><img src="images/mmelody.gif" WIDTH="60" HEIGHT="60"><img src="images/pekkle.gif" WIDTH="60" HEIGHT="60"></td>

</tr>

</table>

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

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

<!--End of Hello Kitty Countdown-->

 

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: