/* if((location.pathname == "/"))
{ */
	if((location.href.indexOf('#') > -1)
	   && (location.href.indexOf('#') == location.href.lastIndexOf('#'))
	   && (location.hash.substr(1,1) == '/'))
		location.replace(location.hash.replace('#', ''));
// }
