function selectorRedirect(theURL)
{
	if (theURL != "")
	{
		document.location.href = theURL;
	}
}
