function jsNavigateToURL( url ) {
	location.href = url;
}
