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