function redirectToSplash() {
	if (pageToDisplay == 'index') {
		 window.location.assign("http://www.680thefan.com/index.php");	
	} else {
		 window.location.assign("http://www.680thefan.com/splash.php");
	}
}
