function changement (year, month, day, commentaire)
{
        now = new Date();
        expire = new Date (year, month-1, day, 
                now.getHours(), now.getMinutes(), now.getSeconds()+1 );

        if ( expire.getTime()  >=  now.getTime())
                document.write( 
        '&nbsp;<span class="orange_i120">'+commentaire+'</span>' );

}


function annonce_r120 (year, month, day, commentaire)
{
        now = new Date();
        expire = new Date (year, month-1, day, 
                now.getHours(), now.getMinutes(), now.getSeconds()+1 );

        if ( expire.getTime()  >=  now.getTime())
                document.write( 
        '&nbsp;<span class="rouge_b_i120">'+commentaire+'</span>' );

}



function annonce_120 (year, month, day, commentaire)
{
        now = new Date();
        expire = new Date (year, month-1, day, 
                now.getHours(), now.getMinutes(), now.getSeconds()+1 );

        if ( expire.getTime()  >=  now.getTime())
                document.write( 
        '&nbsp;<span class="fonte120">'+commentaire+'</span>' );

}