
    /*INNTOPIA FUNCTIONALITY*/

    // When the DOM is ready, initialize the scripts.
    jQuery(function ($)
    {

        // Get a reference to the container.
        
        var container2 = $("#block-block-94");
        // Bind the link to toggle the slide.
                       // Hide - slide up.
                        $('#block-block-94').css('display', 'none');
                		container2.hide();
         
                   });
        
      
