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

if(mois==01&&jour_n==28){message_fin="(C'est un) Garçon / (It's a) Boy";
}if(mois==02&&jour_n==28){message_fin="Mardi Gras / Tuesday Shrove";
}if(mois==03&&jour_n==28){message_fin="Fromage ORIGINE / Cheese ORIGIN";
}if(mois==04&&jour_n==28){message_fin="Parti / Away";
}if(mois==05&&jour_n==28){message_fin="Salut! (informel) / Hello! (informal)";
}if(mois==06&&jour_n==28){message_fin="Langue Basque / Basque Language";
}if(mois==07&&jour_n==28){message_fin="Compris! / Right there or understood!";
}if(mois==08&&jour_n==28){message_fin="80 (4-20) vient du basque / French language got 80 from Basque";
}if(mois==09&&jour_n==28){message_fin="Un petit cochon (pendu ...) / A little pig (nursery rhyme)";
}if(mois==10&&jour_n==28){message_fin="C'est seulement un jeu! / It's only a game!";
}if(mois==11&&jour_n==28){message_fin="(Être) Bourré / (Get) Drunk !";
}if(mois==12&&jour_n==28){message_fin="Sainte Nuit / Holy Night";
}

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+'');