if(document.getElementById('flashcontent')){
  if( !(/\/frontend_dev.php/.test(window.location.pathname))){
    if(window.location.pathname != '/' && !(/#/.test(window.location)))window.location = window.location.href.replace(/^(http:\/\/[^\/]+\/)(.*)$/, "$1#\/$2")
    else{
      var vars = { content_version: ContentVersion.version, file_version: ContentVersion.last_modified };
      var params = { bgcolor: '#110F0D', menu: 'false', AllowScriptAccess: 'always', allowFullScreen: 'true' };
      var attributes = { id:'mainObject', name:'mainObject' };
      
      swfobject.embedSWF("/main.swf", "flashcontent", "100%", "100%", "9.0.0", "js/expressInstall.swf", vars, params, attributes );
      document.getElementById('flashcontent').style.display = 'none';
      if(swfmacmousewheel)swfmacmousewheel.registerObject(attributes.id);
    }
    
    //document.getElementsByTagName('body')[0].style.display = '';
  }
  
}

var pageTracker = _gat._getTracker("UA-675363-32");
pageTracker._initData();
pageTracker._trackPageview();

