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

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

3) Please link to: Countdown by Roxydoll12   

<!-- Start of Pink Heart Valentine Code-->

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

<div align="center"><center>

<table border="1" cellpadding="0" cellspacing="0" width="200" bgcolor="#59E66B" style="background-color: rgb(255,202,228); font-family: Monotype Corsiva, Georgia; color: rgb(128,128,255); border: 2px solid rgb(128,128,255)" red">

<tr>

<td width="100%"><p align="center"><font face="Georgia" size="1"><b><img src="images/coolheart.gif" WIDTH="20" HEIGHT="36"><img src="images/coolheart.gif" WIDTH="20" HEIGHT="36"><img src="images/coolheart.gif" WIDTH="20" HEIGHT="36"><img src="images/coolheart.gif" WIDTH="20" HEIGHT="36">&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("February 14, 2004");

var description = "Valentine's Day!!";

var now = new Date();

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

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

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

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("</h6></center>");

// End -->

</script> </b></font> </td>

</tr>

</table>

</center></div>

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

<!-- End of Pink Heart Valentine Code-->