<!--
//**********************************************************************************************
//Created By:	 				Michelle Ducey
//Last Modified By:				
//Created On:					Nov 26, 2002
//Modified: 					
//Purpose:						To provide functions specific to ToyCastle
//*********************************************************************************************

//back function, returns the user back one page in their history

function GoBack() {
	history.go(-1);
	return true;
}

//-->
