$videolink = get_template_directory_uri() . "/videos/"; $videos = array( '
', '
', '
', '
', '
', '
', ); echo $videos[array_rand($videos)]; } ?>