//2009!12!08
function get_serveur_id() {
	return "19";
}
//
function get_serveur_idend() {
	return  "cronos";
}

//Donne le host j22 correspondand au host dynamo
//Par exemple www.sgti.fr donne www2.sgti.fr
function getJEEHost(host) {
    if (host.indexOf('.sgti.fr')>=0) {
        return 'www2.sgti.fr';
    } else if (host.indexOf('chimere')>=0) {
        if (window.location.protocol=='http:') return 'chimere:81';
        if (window.location.protocol=='https:') return 'chimere:82';
    }
}
