santalaf_animated.gif (11330 bytes)

 

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

santalaf_animated.gif (11330 bytes)

 

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

   3) Please link to: Countdown by Roxydoll12  

 

HERE'S THE CODE:

<!-- Start of Santa Code-->

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

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="50%" bgcolor="#FFFFFF"

style="background-color: rgb(94,255,174); font-family: Comic Sans MS, Comic Sans MS; color: rgb(255,255,255); border: 3px solid rgb(255,0,0)"

red">

<tr>

<td><img src="images/santalaf_animated.gif" width="100" height="100"

alt="santalaf_animated.gif (11330 bytes)"></td>

<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("December 25, 1999");

var description = "Christmas!!";

var now = new Date();

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

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

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

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

// End -->

</script> </td>

</tr>

</table>

</center></div>

<p align="center"><small><strong><a href="http://www.roxydoll12.com">Countdown

by Roxydoll12</a> and <a href="http://www.gurlpages.com/activism/alysonroad">Princess Aly</a></strong></small></p>

<!-- End of Santa Countdown-->