$(document).ready(
   function () {   
 
$('#flash_banner').flash(   {   

   swf: 'highbury_banner.swf',
   width:570,
   height:50,
   wmode: 'transparent'

  }   
);   
}  
);  

$(document).ready(
   function () {   

$('#easter_banner').flash(   {   

   swf: 'banner_easter.swf',
   width:221,
   height:205,
   wmode: 'transparent'

  }   
);   
}  
);  

$(document).ready(
   function () {   

$('#may_june_banner').flash(   {   

   swf: 'banner_may_june.swf',
   width:186,
   height:240,
   wmode: 'transparent'

  }   
);   
}  
);  



