/*
 * $Id: turi-stl.js 4802 2010-06-17 08:55:05Z davide $
 */ 
 
 jQuery(document).ready(function($) {
    if($('#content_normal .hgt').size() > 0 && $('#content_normal .hgt').children().size() == 0) {
        $('#ly-column-left').css('width', '0%');
        $('#content_normal .hgt').replaceWith('<div class="loading">Caricamento in corso...</div>');
        $('.turiSearchForm form').submit(function(event){          
          $('#ly-column-left').animate({'width': '61.8%'});          
        });
    }
 }); /* end domReady closure */
