<!-- 
var flashWidth;
var flashHeight;
flashWidth = (flashFixedWidth < screenWidth) ? flashFixedWidth : screenWidth - 20;
flashHeight = Math.round(flashWidth * (flashFixedHeight / flashFixedWidth));

var params = { wmode: "transparent", quality: "best" };
swfobject.embedSWF("i/HomepageConsole.swf", "home_flash", flashWidth, flashHeight, "8.0.0", "", {}, params);
// -->
