function jumpPage(newLoc) 
{
	if (newLoc != "") 
	{
		window.location.href = newLoc
	}
}