/* Created by webszok.net */

$(document).ready(function(){
  $("#glob").hide("fast" ,function(){
    $("#glob").fadeIn("slow");
  });
});
