function jumpTo(_href)
{
	if(_href != '-')
	{
		window.location.href = _href;
	}
}
