function calorieFocus(){
	document.getElementById('searchKey').focus();
}
onload = calorieFocus;
