<center><table border="0" bgcolor="red" cellpadding="2"><tr><td align="center"><table border="0" bgcolor="blue" cellpadding="2"><tr><td align="center">
<table border="0" bgcolor="black" cellpadding="5"><tr><td align="center">
<script language="JavaScript1.2">
function setcountdown(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}
//////////CONFIGURE THE COUNTDOWN SCRIPT HERE//////////////////
//STEP 1: Configure the countdown-to date, in the format year, month, day:
setcountdown(2002,12,15)
//STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively
var occasion="my surgery!"
var message_on_occasion="Finally, My Surgery Date Is Here!"
//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area
var countdownwidth='520px'
var countdownheight='20px'
var countdownbgcolor='black'
var opentags='<font face="Verdana"><b>'
var closetags='</b></font>'