if (IsChristmas) {
 document.write('<a href="christmas.htm">'+
 '<img src="images/xmasdiscnt.jpg" '+ 
  'alt="Click for more information about Christmas Discounts"' +
  'style="width:178px; height:250px; margin:5px 0px 0px 0px;" /></a>'+
  '<div style="font-size:7pt;color:#000088;margin:-20px 0px 0px 0px;text-align:center;">'+
  '<b>Offer Ends December 31, '+
  (new Date()).getFullYear() + '</b></div>'+
  '<div style="height:15px;"></div>');
} 