$(document).ready(function(){
		externalLinks();
		$("input#name").focus();
		$("contact_name").focus();
	}
);