var myDate=new Date();
myDate.setFullYear(2010,11,25);

var today = new Date();

if (today<=myDate)
{
document.write("<div class=\'upcoming\' style=\'text-align: center;\'><img src=\'images/celebrate_2010.gif\' alt=\'come celebrate and rejoice Christ the Lord\' width=\'179\' height=\'85\' /><p class=\'sidequote\'>Please join us for<br /><strong>Christmas Eve Services</strong><br />Friday 12/24, 6pm<br />and<br /><strong>Christmas Day Services</strong><br />Saturday 12/25 10am<br /><a href=\'PDF/Christmas_handout_2010.pdf\' target=\'_blank\'>details</a></p></div>");
}
else
{
document.write("");
}
