$(document).ready(function() {



         $(".construction").click(function() {
            $("#under_construction").fadeIn('200').delay('2000').fadeOut('200')
        // Animation complete
        return false;
      });
    });

