Loyalty Pledge Grade 6 Health Screening ProgrammeLoyalty Pledge1970-05-30 00:00:002014-07-20 18:07:272014-07-20 18:07:27 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(); }); }