function ouvrepopup()
{
	window.open('http://www.journauxdumidi.com/videos/contact/contact.php?mode=s','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=527, height=385');
}

now = new Date();
jour = now.getDate();
mois = now.getMonth() + 1;
annee = now.getFullYear();
lettres = ("" + now.toGMTString() + "") 
//On recherche le jour de la semaine
joursemaine = lettres.substring(0,3);
if(joursemaine=="Mon"){
js="Lundi"}
if(joursemaine=="Tue"){
js="Mardi"}
if(joursemaine=="Wed"){
js="Mercredi"}
if(joursemaine=="Thu"){
js="Jeudi"}
if(joursemaine=="Fri"){
js="Vendredi"}
if(joursemaine=="Sat"){
js="Samedi"}
if(joursemaine=="Sun"){
js="Dimanche"}

//On recherche le mois
if(mois=="1"){
mois2="Janvier";}
if(mois=="2"){
mois2="Fevrier";}
if(mois=="3"){
mois2="Mars";}
if(mois=="4"){
mois2="Avril";}
if(mois=="5"){
mois2="Mai";}
if(mois=="6"){
mois2="Juin";}
if(mois=="7"){
mois2="Juillet";}
if(mois=="8"){
mois2="Aout";}
if(mois=="9"){
mois2="Septembre";}
if(mois=="10"){
mois2="Octobre";}
if(mois=="11"){
mois2="Novembre";}
if(mois=="12"){
mois2="Decembre";}


var code = ''
	+'<div id="fondHeader" style="position:relative; width:995px; height:114px; background:url(\'http://www.journauxdumidi.com/videos/header/img/header.gif\') no-repeat;">'
		+'<a href="http://www.midilibre.com"><div id="logoMl" style="position:absolute; top:84px; left:39px; width:114px; height:22px; background:url(\'http://www.journauxdumidi.com/videos/header/img/logoML.png\') no-repeat; cursor: pointer;"></div></a>'
		+'<a href="http://www.lindependant.com"><div id="logoInd" style="position:absolute; top:84px; left:165px; width:165px; height:23px; background:url(\'http://www.journauxdumidi.com/videos/header/img/logoIndep.png\') no-repeat; cursor: pointer;"></div></a>'
		+'<a href="http://sports12.midiblogs.com"><div id="logoCp" style="position:absolute; top:84px; left:340px; width:137px; height:26px; background:url(\'http://www.journauxdumidi.com/videos/header/img/logoCP.png\') no-repeat; cursor: pointer;"></div></a>'
		+'<a href="http://www.presseregionale.fr"><div id="logoPR" style="position:absolute; top:34px; left:932px; width:51px; height:52px; background:url(\'http://www.journauxdumidi.com/videos/header/img/logoPR.png\') no-repeat; cursor: pointer;"></div></a>'
	+'</div>'
	
	+'<div id="barreNavig" style="position:relative; margin-top:1px; width:995px; height:29px; background: url(\'http://www.journauxdumidi.com/videos/header/img/bg_nav.gif\') repeat-x;">'
		+'<div id="home" style="position: absolute; top:4px; left:38px; width:124px;">'
			+'<div id="picHome" style="float:left; width:19px; height:16px; background:url(\'http://www.journauxdumidi.com/videos/header/img/picto_maison.png\') no-repeat;"></div>'
			+'<a href="http://www.journauxdumidi.com/videos" style="text-decoration: none"><span id="textHome" style="font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; color:white; margin-left:3px;">Retour Accueil</span></a>'
		+'</div>'
		
		+'<div id="contact" style="position: absolute; top:4px; left:183px; width:129px;">'
			+'<div id="picHome" style="float:left; width:21px; height:14px; background:url(\'http://www.journauxdumidi.com/videos/header/img/picto_contact.png\') no-repeat 0px 3px;"></div>'
			+'<span id="textHome" style="font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; color:white; margin-left:3px; cursor:pointer;" onclick="ouvrepopup()">Contactez-nous</span>'
		+'</div>'
		
		+'<div id="contact" style="position: absolute; top:4px; left:820px; width:140px;">'
			+'<span id="textHome" style="font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; color:white; margin-left:3px;">'+js +' '+ jour +' '+ mois2 +' '+annee+'</span>'
		+'</div>'
	+'</div>'
;

window.document.write(code);	


 
