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