<pre style="" ><script>
			if(window.location.hash) {
				if(window.location.href.split('#')[1] != '')
				{
					window.location.href = '/'+window.location.href.split('#')[1];
				}
			} else {
			  window.location.href = '/home/index2.html';
			}
			</script></pre>