var today = new Date();
var dateInitial = new Date(2009,10,10);
var dateFinal = new Date(2010,00,10);
var file = "/swf/loop_photos_2009";
if ( today >= dateInitial && today <= dateFinal ){ file = "/swf/loop_noel_2009_en";}
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0',
                  'width','534','height','191',
                  'src', file,
                  'quality','high',
                  'pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash',
                  'movie', file ); //end AC code
