$(document).ready(function() {
	$("input#name").focus();
	// $("a.extern").attr("target", "_blank");
});

