function redirectURL(url)
{
	if (url != 1)
	{
		document.location.href = url;
	}
}
