var VersionInit = function(){
  document.location = (!swfobject.hasFlashPlayerVersion("8.0.0")) ? "html/" : "vflash/";
};

Events.AddEvent(window, "load", VersionInit);
