<!-- -->
<script src="/sh/swfobject.js" type="text/javascript"></script>
<style type="text/css">
#master {
text-align: center;
padding: 20px 0;
}
#game {
margin: 0 auto;
height: 455px;
width: 665px;
}
</style>
<div id="master">
<div id="game">
<script type="text/javascript">
<!--
addEvent(window, "load", function() {
var so = new SWFObject("http://flash.sonypictures.com/shared/tv/jeopardy/exp/final.swf", "flash", "665", "455", "8", "#000000", true);
so.addParam("wmode", "transparent");
so.addParam("base", "http://flash.sonypictures.com/shared/tv/jeopardy/exp/");
so.addParam("menu", "false");
so.write("game");
});
//-->
</script>
</div>
</div>