<!-- Begin
var day="";
var month="";
var ampm="";
var ampmhour="";
var myweekday="";
var year="";
var oneDate = new Date()
mydate = new Date();
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
weekday= myweekday;
myyear= mydate.getFullYear();  <!----------------------  THIS LINE CHANGES      ----->
year = myyear;
myhours = mydate.getHours();
ampmhour  =  (myhours > 12) ? myhours - 12 : myhours;
ampm =  (myhours >= 12) ? ' PM' : ' AM';
mytime = mydate.getMinutes();
myminutes =  ((mytime < 10) ? ':0' : ':') + mytime;


if(mymonth == 0) {
month = "Janvier ";}
else if(mymonth ==1)
month = "Février ";
else if(mymonth ==2)
month = "Mars ";
else if(mymonth ==3)
month = "Avril ";
else if(mymonth ==4)
month = "Mai ";
else if(mymonth ==5)
month = "Juin ";
else if(mymonth ==6)
month = "Juillet ";
else if(mymonth ==7)
month = "Août ";
else if(mymonth ==8)
month = "Septembre ";
else if(mymonth ==9)
month = "Octobre ";
else if(mymonth ==10)
month = "Novembre ";
else if(mymonth ==11)
month = "Décembre ";


<!--hide from ancient browsers
var image1 = new Image;     
image1.src ="images/accueil.gif";

var image2 = new Image;
image2.src ="images/accueil2.gif";
//-->


      
<!--hide from ancient browsers
var image3 = new Image;     
image3.src ="images/produit.gif";

var image4 = new Image;
image4.src ="images/produit2.gif";
//-->


      
<!--hide from ancient browsers
var image5 = new Image;     
image5.src ="images/inventaire.gif";

var image6 = new Image;
image6.src ="images/inventaire2.gif";
//-->


      
<!--hide from ancient browsers
var image7 = new Image;     
image7.src ="images/travaux.gif";

var image8 = new Image;
image8.src ="images/travaux2.gif";
//-->


<!--hide from ancient browsers
var image19 = new Image;     
image19.src ="images/entrepreneur.gif";

var image18 = new Image;
image18.src ="images/entrepreneur2.gif";
//-->

      
<!--hide from ancient browsers
var image9 = new Image;     
image9.src ="images/information.gif";

var image10 = new Image;
image10.src ="images/information2.gif";
//-->


      
<!--hide from ancient browsers
var image11 = new Image;     
image11.src ="images/recherche.gif";

var image12 = new Image;
image12.src ="images/recherche2.gif";
//-->


      
<!--hide from ancient browsers
var image13 = new Image;     
image13.src ="images/panier.gif";

var image14 = new Image;
image14.src ="images/panier2.gif";
//-->


      
<!--hide from ancient browsers
var image15 = new Image;     
image15.src ="images/compte.gif";

var image16 = new Image;
image16.src ="images/compte2.gif";
//-->



