Cufon.replace('h2, #header p, #bio', { hover: true, fontFamily: 'Gotham HTF Medium' });
Cufon.replace('h1', { hover: true, fontFamily: 'Gotham HTF', fontWeight: 'bold' });

$(document).ready(function() {
		
	$('#updates #stream').stream({
		next: '#updates a#right',
		back: '#updates a#left',
		horizontal: false,
		count: 3
	});

});