You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 75 Next »

loading...


<script type="text/javascript">

AJS.toInit(function(){
	if (AJS.params.remoteUser == ''){
		 window.location.href = '/display/IH/Guest+Home+Page';      
	} else {
		window.location.href = '/display/IH/Authenticated+Home+Page';      
	}
});
</script>
  • No labels