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

var today = new Date();

if (today<=myDate)
{
document.write("<div class=\'upcoming\' style=\'text-align: center;\'><img src=\'images/celebrate.gif\' alt=\'come celebrate and rejoice Christ the Lord\' width=\'200\' height=\'182\' /><p class=\'sidequote\'>Please join us for <strong>Christmas Eve </strong>and <strong>Christmas Day Services</strong><br /><a href=\'PDF/2009_xmas.pdf\' target=\'_blank\'>details</a></p></div>");
}
else
{
document.write("");
}