$(document).ready(function(){
	$(".hilite_short_urls input").focus(function () {
		$(this).select();
	});

	$("#sign_in_email").focus();
});
