// Hide these elements until the flash is loaded.
document.write('<style type="text/css" media="screen">');
document.write('body {visibility: hidden}');
document.write(".flash_replace {display: block !important;}");
document.write('</style>');

if(navigator.userAgent.toLowerCase().indexOf("safari")>=0){
	window.location = "index_s.html";
}

function doSetup(){

	var b = document.getElementsByTagName("body")[0];
	writeFlash(b, "index.swf", "100%", "100%")
}

EventUtils.addEventListener(window,'load',doSetup);
