What is the purpose of:
if (isset($_GET[\'count\']) && is_numeric($_GET[\'count\'])) { $count = $_GET[\'count\']; } else { $count= 20; }