jQuery(function($){
  $(window).load(function () {
    $('#main_loading').hide()
    $('#main').fadeIn(800,'easeInQuad')
  });
})

