$(document).ready(function() {
	$("#twitterFeed").tweet({
		username: "jstsch"
	});
	
	$('a[href^=http]').attr('target', '_blank');
});