var _date=new Date();
var hours=_date.getHours();
var date=_date.getDate();
var _day=_date.getDay();
var day;
var _month=_date.getMonth();
var month;
var year=_date.getYear();
var _welcome;
var welcome;

if((hours>=6) && (hours<12)) _welcome="Bonjour";
if((hours>=12) && (hours<17)) _welcome="Bonjour";
if((hours>=17) && (hours<=23)) _welcome="Bonsoir";
if((hours>=0) && (hours<6)) _welcome="Bonne nuit";

if(_day==0) day="<font color=red><b>Dimanche</font></b>";
if(_day==1) day="<font color=#0080c0>Lundi</font>";
if(_day==2) day="<font color=#3f60b0>Mardi</font>";
if(_day==3) day="<font color=#7f40a0>Mercredi</font>";
if(_day==4) day="<font color=#bf2090>Jeudi</font>";
if(_day==5) day="<font color=#ff0080>Vendredi</font>";
if(_day==6) day="<font color=red><b>Samedi</font></b>";

if(_month==0) month="janvier";
if(_month==1) month="fevrier";
if(_month==2) month="mars";
if(_month==3) month="avril";
if(_month==4) month="mai";
if(_month==5) month="juin";
if(_month==6) month="juillet";
if(_month==7) month="aout";
if(_month==8) month="septembre";
if(_month==9) month="octobre";
if(_month==10) month="novembre";
if(_month==11) month="décembre";

welcome="<a href=http://www.ampconcerts.com/concerts/index.php><img src=http://www.ampconcerts.com/dates_et_reservations.gif border=0></a>";