/*   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 == "#letterfromafather" || location.hash == "#tamingthedragon" || location.hash == "#homeschoolparents")
	{
		var resultBox = location.hash.substr(1);
		showBox(resultBox);
	}
}