/*
	Copyright:	(c) 2008, Super Spuds Fun, a division of Super Spuds Design
	Author(s):	MPW = Michael P. Webb

	Description:
		This file will be used on all the pages.
*/

//-----------------------------------------------
//	CONSTANTS
//-----------------------------------------------

//-----------------------------------------------
//	GLOBALS
//-----------------------------------------------

//-----------------------------------------------
//
//	ALPHABETIZED FUNCTION CALLS FOLLOW
//
//-----------------------------------------------

/* ========================================================================
@funct	TeamChanged
@input	None
@output	None
@descr	This will submit the form with the change.
@/descr
======================================================================== */
function TeamChanged()
{
	document.ChangeTeamForm.submit();

	return;
}



