$rand5 = array_rand(array_flip($show), 5);
// we need array_flip because array_rand returns the keys
http://php.net/array_rand
http://php.net/array_flip
$rand5 = array_rand(array_flip($show), 5);
// we need array_flip because array_rand returns the keys