/* CCS CS Lab Person
 *
 * Douglas Thrift
 *
 * $Id: person.js 498 2009-07-26 04:54:26Z douglas $
 */

$(function()
{
	$('#person').change(function()
	{
		$(this).parents('form').submit();
	}).parents('td').next().remove();
});
