// Fade Alerts

$(document).ready(function() {  
    $('#popupalertbox').fadeOut(2500);
  });  


