  
  
  function newsletter(id) {

   if ( $(id).val() != '' ) {
      $(id).attr('style', 'background-color:#fff;');     

    }
  
  }
  
