
$(document).ready(function() {
$('#header').flash(
{
src: './swf/top.swf',
width: 1000,
height: 344,
wmode: "transparent",
allowscriptaccess: "always"
},
{ version: 7 }
);
});

