$(document).ready(function(){
    $('#top_movie').flash(
        { src: 'top/top.swf',
          width: 800,
          height: 530 },
        { version: 8 }
    );
});