coming_soon_1 = $('#coming_soon_1').text();
         $('#coming_soon_1').mouseover(function(){                
                              $(this).text('Coming Soon');         
         });
         $('#coming_soon_1').mouseout(function(){                
                              $(this).text(coming_soon_1);         
         });
coming_soon_2 = $('#tn_zournal').text();
         $('#tn_zournal').mouseover(function(){      
                              $(this).text('Coming Soon');         
         });
         $('#tn_zournal').mouseout(function(){                
                              $(this).text(coming_soon_2);         
         });
         
         $('#f_newsletter').focus(function(){
            $(this).val('');
         
         });
