$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#tabvanilla2 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#tabvanilla3 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs();
	$('#show_tweets').click(function(){
		getTwitters('twitters', { 
			  id: 'celtics', 
			  clearContents: true, 
			  count: 6, 
			  withFriends: true,
			  ignoreReplies: false,
			  template: '%text%<br /><span class="tweet_timestamp"><a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a></span><br />'
		});
		return false;
	});
});
