/**  Set line-height of My HQ nav  **/

	if ((location.href.indexOf("login/partMenu.asp") > 0)
		|| (location.href.indexOf("login/page_edit.asp") > 0)
		|| (location.href.indexOf("emailCenter/email.asp") > 0)
		|| (location.href.indexOf("emailImport/Import_default.asp") > 0)
		|| (location.href.indexOf("emailCenter/emailLog.asp") > 0)
		|| (location.href.indexOf("email/emailLog.asp") > 0)
		|| (location.href.indexOf("emailCenter/communitysites.asp") > 0)
		|| (location.href.indexOf("login/participantStats.asp") > 0)
		|| (location.href.indexOf("login/page_Edit.asp") > 0)
		|| (location.href.indexOf("/login/pastEventDonationStats.asp") > 0)
		|| (location.href.indexOf("partDonorReg/pledgeEntry.asp") > 0)
		|| (location.href.indexOf("update/updateProfile.asp") > 0)
		|| (location.href.indexOf("update/updatePassword.asp") > 0)		
		|| (location.href.indexOf("community/EventBoard.asp") > 0)
		|| (location.href.indexOf("help/dates.asp") > 0)
		|| (location.href.indexOf("game/game.asp") > 0)
		|| (location.href.indexOf("login/viewVProject.asp") > 0)
		|| (location.href.indexOf("login/gadgets.asp") > 0)
		|| (location.href.indexOf("donorreg/donorPledge.asp") > 0)
		|| (location.href.indexOf("search/searchTeamPart.asp") > 0)
		|| (location.href.indexOf("search/searchTeam.asp") > 0)
		|| (location.href.indexOf("error/errorEvent.asp") > 0)
	) {
		document.write("<style type=text/css>");
		document.write("td.FAFRightNav {display:none}");
		document.write("</style>");
		
	}
