$(document).ready(function(){
	var flashvars = {
		slowUrl : "./tpl/xml/slow/acti.xml",
		fastUrl : "./tpl/xml/fast/acti.xml",
		swfUrl : "./tpl/swf/Main.swf",
		infosUrl : "./tpl/xml/infos.xml"
	};

	 var params = {
	  menu: "false"
	 };

	 var attributes = {
	  id: "acti",
	  name: "acti"
	 };

	 swfobject.embedSWF("./tpl/swf/Loader.swf", "container", "100%", "100%", "10.0.0", "./tpl/swf/expressInstall.swf", flashvars, params, attributes, callBack);
});


function callBack(e){                
    if(!e.success){
      switch(window.location.pathname){
          case '/que-faisons-nous.html' :
            window.location = "http://blog.acti.fr/que-faisons-nous/";
          break;
          case '/on-s-appelle.html' :               
            window.location = "http://blog.acti.fr/on-s-appelle/";
          break;
          case '/qui-sommes-nous.html' :               
            window.location = "http://blog.acti.fr/qui-sommes-nous/";
          break;
           default :               
            window.location = "http://blog.acti.fr";
          break;
            
      }    
    }
}
