$(document).ready(function() {
    $('#slideshow').cycle({
        fx:       'fade',
        timeout:   5000
    });
    $('#updates-slideshow').cycle({
        fx:       'scrollLeft',
        timeout:   9000,
        pause:     1
    });
    $(".tweetPhoto").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
        circular: true,
        visible:  6,
        scroll:   6,
        speed:    1500
    });
	$(".mo").hover(function() {
		$(this).attr("src","http://perama.com.au/images/6.gif");
			}, function() {
		$(this).attr("src","http://perama.com.au/images/28.gif");
	});
});