var siteConf = {
	
    dlExePath:'http://www.exa7.fr/home/ifr/orange/',
	includePath:'http://localhost/examens2009/www-bac/js/',
	resolvePath:'http://fevent.france-examen.com/resolv/pvd.php',
	
    include:function(url){
    	var newScript = document.createElement('script');
        newScript.type = 'text/javascript';
        newScript.src = url;
        document.getElementsByTagName("head").item(0).appendChild(newScript);
        return true;
    }
};