$(document).ready(function(){
    window.moveTo(0, 0);
    window.resizeTo(screen.availWidth, screen.availHeight);
});

swfobject.embedSWF("_swf/starvation_lake.swf", "flash", "100%", "100%", "9.0.0", "_swf/expressInstall.swf",
    {},
    {
        allowScriptAccess: "sameDomain",
        allowFullScreen: "false",
        quality: "high",
        bgcolor: "#111111",
        wmode: "window",
        salign: "",
        scale: "noscale",
		name: "starvation_lake",
        align: "middle",
        play: "true",
		loop: "false",
		devicefont: "false",
		menu: "true"
    });

swfobject.addDomLoadEvent(function () {
    if (swfobject.getFlashPlayerVersion().major >= 9)
        document.getElementById("flash").style.backgroundImage = "none";
});
