$(document).ready(function(){
	$('ul.nav li:not(:last-child)').append(' / ');
	$('ul.footerNav li:not(:last-child)').append(' / ');
	$(".twitterHolder").getTwitter({
		userName: "thinkers50",
		numTweets: 3,
		loaderText: "Loading tweets...",
		slideIn: false,
		slideDuration: 750,
		showHeading: false,
		headingText: "Latest Tweets",
		showProfileLink: false,
		showTimestamp: true
	});

});

var RecaptchaOptions = {theme : 'blackglass'};


