$(document).ready(function() {
	//Focus On Search
	$("input:first").focus();
});
