var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


jQuery(document).ready(function(){

  //Efecto thumbs bloques
  jQuery("#right .moduletable .images li").hover(
    function() {
      var img = jQuery(this).children('a').children('img');
      img.animate(
        //{"opacity": "0"}, 
        //{"marginTop": "4px","marginRight": "-4px", "marginBottom": "-4px", "marginLeft": "4px"}, 
        {"top": "4px","left": "4px"}, 
        {
          duration: 20,
          queue: true
        }
      );
    },
    function() {
      var img = jQuery(this).children('a').children('img');
      img.animate(
        //{"opacity": "0"}, 
        //{"marginTop": "0px","marginRight": "0px", "marginBottom": "0px", "marginLeft": "0px"}, 
        {"top": "0px","left": "0px"},
        {
          duration: 20,
          queue: true
        }
      );
    }
  );

  //Carga de google analytics
  try {
    var pageTracker = _gat._getTracker("UA-15187730-1");
    pageTracker._trackPageview();
  } catch(err) {}

  

});

