var date=new Date(); 
jour_n=3;
mois=date.getMonth()+1;
heure=date.getHours();

if(mois==01&&jour_n==3){message_fin="Monsieur Je Sais Tout / Smart ass";
}if(mois==02&&jour_n==3){message_fin="Votez NON / Vote NO";
}if(mois==03&&jour_n==3){message_fin="Neige / Snow";
}if(mois==04&&jour_n==3){message_fin="Bonne nuit! / Good night!";
}if(mois==05&&jour_n==3){message_fin="La Pipérade (dish)";
}if(mois==06&&jour_n==3){message_fin="Champion du monde / World Champion";
}if(mois==07&&jour_n==3){message_fin="Suspect #1";
}if(mois==08&&jour_n==3){message_fin="Une fois de temps en temps / Once in a while";
}if(mois==09&&jour_n==3){message_fin="C'est une voiture! / That's a car!";
}if(mois==10&&jour_n==3){message_fin="Le jour du Grand Pardon / Repentence day";
}if(mois==11&&jour_n==3){message_fin="Cyclope dans la mythology Basque / A Cyclop-like being from Basque folklore";
}if(mois==12&&jour_n==3){message_fin="Jour International de la langue Basque / International Day of Basque language";
}

document.write("<a style=\"cursor:hand;\" onClick=\"javascript:window.open\('http://www.muturzikin.com/service.htm','_blank','toolbar=1,location=1,directories=1,menubar=1,status=1,scrollbars=1,resizable=1,copyhistory=1');\"title= 'Want this service on your website ?'\"> ");

document.write(''+message_fin+'');