$(document).ready(function(){
	$("div#logo").click(function(){document.location="./";});
	externalLinks();
	$("contact_name").focus();
});
