<!--
//configuration
OAS_url = 'http://realmedia.lesechos.fr/RealMedia/ads/';

//Verif si abonne

id_client=getCookie('id_client');
id_client_bourse=getCookie('id_client_bourse');

if (id_client)
{
var societe=getCookie('societe');
if (!societe) societe="";
var formules=getCookie('formules');
var code_postal=getCookie('code_postal');
var pays=getCookie('pays');
var civilite=getCookie('civilite');
var nom=getCookie('nom');
var prenom=getCookie('prenom');
var reg=new RegExp("( )", "g");

societe=societe.replace(reg,'_');
if (prenom) prenom=prenom.replace(reg,'_');
else prenom='';
if (prenom=='null') prenom='';

if (nom) nom=nom.replace(reg,'_'); else nom='';


}
else {
id_client=societe=code_postal=pays=civilite=nom=prenom="";
formules="__";
}

if (id_client_bourse)
{
var formules=getCookie('form_bourse');
var civilite=getCookie('civilite');
var nom=getCookie('nom');
var prenom=getCookie('prenom');
var regb=new RegExp("( )", "g");

if (prenom) prenom=prenom.replace(regb,'_');
else prenom='';
if (prenom=='null' || !prenom ) prenom='';

if (nom) nom=nom.replace(regb,'_'); else nom='';

}


if (civilite=='M' || civilite=='MM' || civilite=='MME_M')
    civilite='Monsieur';

if (civilite=='MME' || civilite=='MMES')
    civilite='Madame';
	
if (civilite=='MLLE' || civilite=='MELLE')
    civilite='Mademoiselle';
	
if (civilite=='ME')
    civilite='Maitre';
	
if (civilite=='DR')
    civilite='Docteur';

var SDV_qciv="_"+civilite+"_";
var SDV_qcop="_"+code_postal+"_";
var SDV_qpay="_"+pays+"_";
var SDV_qfor=formules;
var SDV_qsoc="_"+societe+"_";
var SDV_qnom='_'+prenom+'_'+nom+'_';
var SDV_qnom2=' '+civilite+' '+prenom+' '+nom+' ';
var SDV_qnom3='_'+civilite+'_'+nom+'_';


if (typeof( window['SDV_qcod'] ) == "undefined" ) SDV_qcod="";
if (typeof( window['SDV_qsec'] ) == "undefined" ) SDV_qsec="";
if (typeof( window['SDV_qcom'] ) == "undefined" ) SDV_qcom="";
if (typeof( window['SDV_qgeo'] ) == "undefined" ) SDV_qgeo="";
if (typeof( window['SDV_qkey'] ) == "undefined" ) SDV_qkey="";


var new_bandeau=0;
var realmedia_sdv=1;

OAS_sitepage = SDV_sitepage;
OAS_listpos = SDV_listpos;
OAS_query='cod=' + SDV_qcod + '&Secteur=' + SDV_qsec + '&Keywords=' + SDV_qkey + '&Company=' + SDV_qcom + '&Geography=' + SDV_qgeo + '&Civilite='+SDV_qciv+'&CP='+SDV_qcop+'&Pays='+SDV_qpay+'&Societe='+SDV_qsoc+'&TypeAbo='+SDV_qfor+'&Nom='+SDV_qnom+'&Nom2='+SDV_qnom2+'&Nom3='+SDV_qnom3;

if (OAS_query != null)
OAS_query = '?' + 'w=' + screen.width + '&' + OAS_query;
else
OAS_query = '?w=' + screen.width;//-->
//fin de configuration

OAS_rn = '001234567890';
OAS_rns = '1234567890';
OAS_rn = new String (Math.random());
OAS_rns = OAS_rn.substring (2, 11);

function OAS_NORMAL(pos)
{
document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" TARGET=_top>');
document.write('<IMG SRC="' + OAS_url + 'adstAream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + OAS_query + '" BORDER=0></A>');
}
var OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1)
OAS_version = 10;
if (OAS_version >= 11)
document.write('<SCRIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/SCRIPT>');

document.write('');

function OAS_AD(pos) 
{

if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);

}
//------>
