function celebrationWindowChange(){var a=window.location.href;if(a.match("BirthdayCelebrationPage")!=null){window.location.hash="birthday"}else{if(a.match("TriumphCelebrationPage")!=null){window.location.hash="triumphs"}else{if(a.match("ReunionCelebrationPage")!=null){window.location.hash="reunions"}else{if(a.match("FirstVisitCelebrationPage")!=null){window.location.hash="firstvisit"}else{if(a.match("TrueLoveCelebrationPage")!=null){window.location.hash="truelove"}}}}}}celebrationWindowChange();