function vsu_navigate_to(aUrl)
{
	location.href = aUrl;
}
