var a=document.location.href;
var t="http://"+document.location.hostname+"/?17";
var r="http://"+document.location.hostname;
if ((a==t)&&(group<=2))
{
document.location.replace(r);
}

