  $(document).ready(function(){

		 $("#closestrillo").click(function(){
			$("#strillo").hide('slow','easeOutElastic');

			});

        $(".modalbox").dialog({

			height:'auto',
                        width:'auto',
			modal: true
		});

            
            $(".language a").bind("mouseenter",function(){
                
                $(".other_language").show();
                
            });
            
            $(".other_language").bind("mouseleave", function(){
                
                 $(".other_language").hide();
            });
    
          $(function(){
                    $("ul#ticker01").liScroll();
          });
		  
		  var h1Old = $('#content-fs .inner_content-fs > h1').eq(0).text();
		  //if (h1Old != null && h1Old.length > 0)
		  if (h1Old == null || h1Old.length <= 0) h1Old = $('#content-fs .inner_content-fs .titlepage > div.hidden_title').text();
		$('#content-fs .inner_content-fs .titlepage > h1').html(h1Old.toUpperCase());
          
        
        
          
          Cufon.replace('h1', { fontFamily: 'Champagne & Limousines' });
          Cufon.replace('h2', { fontFamily: 'Champagne & Limousines' });
          Cufon.replace('.menuitem a', { fontFamily: 'Champagne & Limousines' });
                    
    });
  

  

