// embed Flash on the theater space.
function embedTheaterFlash() {
  var swfFile = "/top/images/worldview.swf";
  var replacingId = "movie";
  var width = "850";
  var height = "590";

  var requiredPlayerVersion = "9.0.0";
  var expressInstallFile = "/common/images/expressInstall.swf";

  var flashvars = {};
  var param = {
    loop: "false",
    quality: "high",
    bgcolor: "#ffffff"
  };
  var attributes = {};

  swfobject.embedSWF(swfFile, replacingId, width, height, requiredPlayerVersion, expressInstallFile, flashvars, param, attributes);
}

embedTheaterFlash();
