The RCDA AGMThe RCDA AGM2017-01-03 23:59:042017-01-04 00:05:262017-01-03 23:59:17 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(); }); }