jQuery(document).ready(function() {
 jQuery('#mycarousel').jcarousel({
 vertical: true,
 scroll: 1
 });
});


document.write("<style type='text/css'>.hidden{display:none;}<\/style>");

 $(document).ready(function(){
 //Examples of Global Changes
 $.fn.colorbox.settings.bgOpacity = "0.9";

$("a[rel='colorbox-image']").live("mouseover", function(){
      $(this).colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});
	  return false;
    });


 //Examples of how to assign the ColorBox event to elements.
 $("a[rel='colorbox-image']").colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});
 });

 $(document).ready(function(){
 $("#steamstats").load("/functions/functions.getinfo.php?js=1");
 });

