This countdown was made for two shows, one I saw on Broadway, and one I was in at the MOC Musical Theatre. 

If you are going to see a show too, or are going to be in one, you can modify the code below by putting in your date.    I've tried to include directions below to make it work for you for any show you choose!

 

Countdown to see "RENT"

 

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 way it is pictured above.   The image is called "candle2.gif"    Don't change it!

   3) Please link to: Countdown by Roxydoll12  

 

<!--begin Rent Countdown-->

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" bgcolor="#CCFFFF" style="background-color: rgb(0,0,0); font-family: Verdana, Comic Sans MS; color: rgb(255,255,255); border: 2px solid rgb(255,0,0)" #0099FF" bordercolor="#00FFFF">

<tr>

<td width="140%"><p align="center"><font face="Georgia" size="1"><b>&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("September 18, 2004");

var description = "the day I see RENT again on Broadway!!";

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>

<td width="69%"><p align="center"><font face="Georgia" size="1"><b><img src="images/candle2.gif" WIDTH="94" HEIGHT="126"></b></font></td>

</tr>

</table>

</center></div>

 

<p><!-- End of Rent Countdown--> </p>

 

Countdown for "Fiddler on the Roof"

 

 

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 way it is pictured above.   The image is called "candle2.gif"    Don't change it!

    3) Please link to: Countdown by Roxydoll12  

<!--Begin Fiddler Countdown-->

<div align="center"><center>

<table border="0" cellpadding="0" cellspacing="0" width="200" bgcolor="#FFFFFF" style="background-color: rgb(255,241,0); font-family: Comic Sans MS; color: #006393; font-size: 8pt; font-weight: bold; border: 2px solid rgb(0,99,147)" #0099FF" bordercolor="#FFFFFF">

<tr>

<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("November 12, 2004");

var description = "the MOC Musical Production of Fiddler on the Roof!!";

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("Now Playing: " + description + "!");

}

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

// End -->

</script> </td>

<td width="100%"><p align="right"><img src="images/fiddler.gif" WIDTH="89" HEIGHT="85"></td>

</tr>

</table>

</center></div>

<table>

</table>

<!--End Fiddler Countdown-->

Personalize the Code for you as follows:

1) Put in the date of the show you are going to see, or be in,  in the line of the html code that begins "var date=new date".

2) Put in name of the show  in the line that begins "var description=" with the  name of your show. 

3) If you have a small image of your show,   copy your image to your page directory, and put the name of the image you have selected where it says <img src=>