Annual Police clinic 2016 Annual Police clinic 20162017-01-18 02:38:092017-01-18 03:13:402017-01-18 02:38:19 Picture Gallery function mod_std_branchfind(c){ v_branchfind=c.value.toLowerCase(); $('.cms-std > div > ul > li').each(function(){ if($(this).html().toLowerCase().indexOf(v_branchfind)!=-1) $(this).show(); else $(this).hide(); }); }