$pages = array("http://siz.co.il","http://siz-f.co.il","http://click-f.co.il"); $key = array_rand($pages, 1); header('Location: ' . $pages[$key]);