$(document).ready(function(){
	$("a[href^='http']").attr('target','_blank');
	$('#tweets ul#twitter_update_list li:last').addClass('last');

});