$(document).ready(function() {
   $('#1l.lista').jcarousel({vertical: true, scroll: 2});
   $('#2l.lista').jcarousel({vertical: true, scroll: 4});
   $('#3l.lista').jcarousel({vertical: true, scroll: 4});
   $("#calendar a[title]").tooltip({effect: 'slide', delay:100});
   $('ul#slogan').quote_rotator({rotation_speed: 10000, randomize_first_quote: true});
   $(".button").click(function(){
   		$(this).find("ul").slideToggle("slow");
   });
});

$(window).load(function() {
    $('#1s').nivoSlider({controlNav:false});
    $('#2s').nivoSlider({controlNav:false});
});

$(function() {
    $("form.jqtransform").jqTransform();
});

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22863866-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

