
function pageRedirect() {
	
	if(document.location.href == 'http://www.lebronjames.com/' || document.location.href == 'http://lebronjames.com/'){
	
		var hashHREF = 'http://www.lebronjames.com/#/updates/all-star-game.aspx';
		if($('hasIE')){
			hashHREF = 'http://www.lebronjames.com/updates/all-star-game.aspx'
		}
		
		document.location.href = hashHREF;
	}
}
