%
string Charstr = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z";
string[] Charstrs = Charstr.Split(',');
for (int i = 0; i < Charstrs.Count();i++){
if (BrandCount(Charstrs[i],keyword)>0){
%>
<%=Charstrs[i]%>
${#table:Lebi_Brand;#where:Type_id_BrandStatus = 452 and "+Brandwhere(Charstrs[i],keyword)+";#order:IsRecommend desc,Sort desc,id desc;