$(function() { 
	$(".focus_me:first").focus();
	$("a.external").attr( "target", "_blank" );
});