Hostel Clinic 2018 Hostel Clinic 20182018-05-13 10:54:462020-03-10 11:04:122020-03-10 10:54:54 Hostel Clinic 2018 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(); }); }