function refreshWithPath(str)
{
	self.location.href=self.location.href.split("#")[0]+"#/"+str;
	self.location.reload(true);
}

