2010 Boxing (Royal-Trinity) Donal Obeysekara Challange Shield Trophy -medical coverage2010 Boxing (Royal-Trinity) Donal Obeyse2010-12-11 00:00:002014-07-17 03:59:492014-07-17 00:00:00 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(); }); }