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