
	var defaultTitle = "nike products";
//	window.onload = defaultHashCheck;
defaultHashCheck();
	function defaultHashCheck(){
		//if(window.location.hash == "") window.location.hash  = "#/home/";
		//document.title = defaultTitle;
	}
	