//Redirect Safari because of transparent Flash bug
if (BrowserDetect.browser == "Safari"){
   location.replace("index-nonFlash.html");
}