$(document).ready(function() {
	$("input[tabindex=1]").focus();
	$("a.extern").attr("target", "_blank");
});

