
<!-- ************************************************************************************* -->
<!-- *                                                                                   * -->
<!-- *   Swaps image when mouse moves over image placeholder.                            * -->
<!-- *                                                                                   * -->
<!-- ************************************************************************************* -->
<!--
var isNS=document.layers?true:false;
var isIE=(document.all!=null)||(navigator.appName.toLowerCase().indexOf('microsoft internet explorer')!=-1);
var isDom2=document.getElementById;
var fVers=parseFloat(navigator.appVersion);
if ((isNS && fVers<4)||(isIE && fVers<4))
    alert('Your browser is very old. Please upgrade if you want to see this page correctly.');
if (isIE && fVers>=4)
   {
   //document.write('<script type="text/javascript" src="common/js/bd_showtimetoeachholiday.js"></script>')

   document.write('<a href="javascript:popUp1()">')
   document.write('<img src="images/Animations/HolidayCountdown4-150x30.gif" alt="Click to see the Holiday countdown." width="150" height="30"></a><br />')
   document.write('<a class="LinkLtBlue" href="javascript:popUp1()"><strong>Holiday Countdown</strong><br />')
   document.write('<span class="sw">See how much time is left</span></a>')
   }
// -->

