// TWITTER UPDATES

$(document).ready(function(){
    $(".tweet").tweet({
        username: "bnyquist",
        join_text: "auto",
        avatar_size: 0,
        count: 1,
        auto_join_text_default: "We said,",
        auto_join_text_ed: "W",
        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..."
    });
    
    $('#slides').cycle({ 
    	speed:  800,
    	timeout: 9500,
    	pager:  '#slideNav',
		fx:        'uncover',
		before: function(curr, next, opts) {
			opts.animOut.opacity = 0;
		}
	});
	
});


