Medical Camp for a Rural SchoolMedical Camp With UN Club1970-11-30 00:00:002014-07-20 18:14:572014-07-20 18:14:06 Medical camp for a rural school (with the UN Club) 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(); }); }