$(document).ready(function() {
$('#right-swf').flash(
{
src: './swf/right_swf.swf',
width: 240,
height: 370,
wmode: "transparent",
allowScriptAccess: "always"
},
{ version: 9 }
);
});
