/*
	Set the clients focus to the last selection  
*/
jQuery(document).ready(function(){
    jQuery("#entry select:last").focus();
  });
