     jQuery.noConflict();

     // Put all your code in your document ready area

     jQuery(document).ready(function($){

     // Do jQuery stuff using $ this where the functions need to go   


$(document).ready(function(){
    $('div#sub_header').flash(
        { src: '/wp-content/themes/seab/furniture/swf/homepage_banner.swf',
          width: 1000,
          height: 230 },
        { version: 9 }
    );
});


});