todayDate=new Date();
thisdate=todayDate.getDate();
thisday=todayDate.getDay();
thismonth=todayDate.getMonth()+1;
thisyear=todayDate.getFullYear();

document.write('<table width="1022">');
document.write('<tr>');
document.write('<td class="banner">');
 document.write('<div class="main_view">');
   document.write('<div class="window">');
     document.write('<div class="image_reel">');
     if (thisyear == 2011 && thismonth == 12 && thisdate < 26) {
       document.write('<a href="/products/mediacenter.html"><img src="/images/banner2.JPG" height="200" width="1020" alt="" border="0" /></a>');
	   document.write('<a href="/products/muziek.html"><img src="/images/banner.JPG" height="200" width="1020" alt="" border="0" /></a>');
	   document.write('<a href="/products/multizone.html"><img src="/images/casatunes.jpg" height="200" width="1020" alt="" border="0" /></a>');
	   document.write('<a href="/products/homeserver.html"><img src="/images/clients3.jpg" height="200" width="800" alt="" border="0" /></a>');
	 } else {
	   document.write('<a href="/products/mediacenter.html"><img src="/images/banner.JPG" height="200" width="1020" alt="" border="0" /></a>');
	   document.write('<a href="/products/muziek.html"><img src="/images/casatunes.jpg" height="200" width="1020" alt="" border="0" /></a>');
	   document.write('<a href="/products/multizone.html"><img src="/images/banner3.jpg" height="200" width="1020" alt="" border="0" /></a>');
	   document.write('<a href="/products/homeserver.html"><img src="/images/clients3.jpg" height="200" width="800" alt="" border="0" /></a>');
	 }
	 document.write('</div>');
   document.write('</div>');
   document.write('<div class="paging">');
      document.write('<a href="#" rel="1">1</a>');
      document.write('<a href="#" rel="2">2</a>');
      document.write('<a href="#" rel="3">3</a>');
      document.write('<a href="#" rel="4">4</a>');
    document.write('</div>');
 document.write('</div>');  
document.write('</td>');
document.write('</tr>');
document.write('</table>');
