$(function(){

	$("a[rel='external'], #tweets a").click(function(e){
		e.preventDefault();
		window.open($(this).attr("href"));
	})

})
