$(document).ready(function(){

$('#anim').flash(
null,null,function(htmlOptions) {
 var $this = $(this);

        htmlOptions.src = '/images/top.swf';
        htmlOptions.width = '602';
        htmlOptions.height = '96';
        htmlOptions.wmode = 'transparent';

        $this.addClass('flash-replaced').prepend($.fn.flash.transform(htmlOptions));
//
});


});

