var hash = window.location.hash;
hash = hash.replace(/^.*#!\//, '');
if(hash != ''){
	var url = URL_BASE + hash;
	window.location = url;
}
