$(function() {
	var containers = $('.tabbable');
	$(containers).find('div:first').show();
	$(containers).find('li:first').addClass('active');
	
	$.each($(containers), function(i,container) {
		$(container).find('li a').click(function(event) {
			event.preventDefault();
			$(container).find('> div').hide();
			$($(this).attr('href')).show();
			
			$(container).find('li').removeClass('active');
			$(this).parent().addClass('active');
		});
	});
	if (document.location.hash != '') {
		$.each($('.tabbable ul li a'), function(i,n) {
			if($(n).attr('href') == document.location.hash) {
				$(n).click();
			}
		});
	}	
});
GS_googleAddAdSenseService("ca-pub-1333717216491810");
GS_googleEnableAllServices();
try{Typekit.load();}catch(e){}

var twitterWidget = {
	version: 2,
	type: 'profile',
	rpp: 3,
	interval: 6000,
	width: 253,
	height: 150,
	theme: {
		shell: { background: '#000', color: '#ccc'},
		tweets: { background: '#000', color: '#ccc', links: '#fff' }
	},
	features: { scrollbar: false, loop: false, live: true, hashtags: true, timestamp: false, avatars: true, behavior: 'all' }
};
var twitterAccount = 'alligators1989';

