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 "Couples.gif"    Don't change it!

 3) Please link to: Countdown by Roxydoll12  

HERE IS THE CODE: 

<Begin Wedding Countdown Code>

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" bgcolor="#66D9FF"

style="background-color: rgb(252,252,252); font-family: Georgia; color: rgb(21,64,210); border: 2px solid rgb(21,64,210)"

#0099FF" bordercolor="#0099FF">

<tr>

<td width="100%"><p align="center"><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 10, 2004");

var description = "Angela and Matt's Wedding!";

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("Today is " + description + "!");

}

document.write("</h5></center>");

// End -->

</script> </td>

<td width="100%"><img src="images/Couples.gif" width="84" height="85"></td>

</tr>

</table>

</center></div>

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

<End of Wedding Countdown Code>

 

Personalize the Code for your wedding as follows:

1) Put in the date of your wedding  in the line of the html code that begins "var date=new date".

2) Replace Angela and Matt's names in the line that begins "var description=" with your names. 

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