$(document).ready(function() {
	$('a.blank').attr('target', '_blank');
	
	$('div#navigation ul:first li:last').addClass('last');
});
