0 && $variante < 3)) { $variante=rand(1,2); } switch ($variante) { case 1: header("Location: variante1/"); break; case 2: header("Location: variante2/"); break; } ?>