function cleanUrl(path)
{
	window.location = '/#'+path;
}