$(document).ready(function(){
	$("#slides").nivoSlider({
		effect:'fade',
		pauseTime:5000,
	});
	$("ul.sf-menu").supersubs({
		minWidth: 10,
		maxWidth: 50,
		extraWidth: 1
	}).superfish({
		speed: 'fast'
	});
	$(".tweet").tweet({
    	username: "ballforall",
        join_text: "auto",
        avatar_size: 0,
        count: 3,
        auto_join_text_default: "we said,",
        auto_join_text_ed: "we",
        auto_join_text_ing: "we were",
        auto_join_text_reply: "we replied to",
        auto_join_text_url: "we were checking out",
        loading_text: "loading tweets..."
    });
});
