// JavaScript Document

jQuery(document).ready(function(event){


if ($("#alert").text().length > 0) {
     $('#alert').show();
   }  

});


