swfobject.registerObject("flashmovie", "9.0.0");

function turnOff() {
	var flashmovie = swfobject.getObjectById("flashmovie");
	if (flashmovie && typeof(flashmovie.turnOff) != "undefined") {
		flashmovie.turnOff();
	}
	var soon = document.getElementById("soon");
	if (soon) {
		soon.style.display = "none";
		document.body.style.background = "black";
	}
}
