$(document).ready(function(){

$(document).pngFix();

Cufon.replace('h1, h2, h3');

var slideMeAtSpeed = 200;
$('.menu-left ul li a').hover(function() { $(this).animate({ paddingLeft: '12px' }, slideMeAtSpeed); }, function() { $(this).animate({ paddingLeft: '0px' }, slideMeAtSpeed);});

$('.anythingSlider').anythingSlider({easing: "easeOutBounce",autoPlay: true,startStopped: false,delay: 9500,animationTime: 1500,hashTags: false,buildNavigation: false,pauseOnHover: true,startText: "",stopText: "",navigationFormatter: null});

$('#rotate').cycle({timeout:500,speed:9500});

});