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