/*   All Javascript code is Copyright 2009 HunterGD @ HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

function getBox()
{
	if (location.hash == "#whatparentssay" || location.hash == "#whatteacherssay" || location.hash == "#oneparentstumbles" || location.hash == "#stepamodest" || location.hash == "#dearabby")
	{
		var resultBox = location.hash.substr(1);
		showBox(resultBox);
	}
}