function GoodTag(t) { return t.toLowerCase()=="=0){ first = cl.indexOf("<"); last = cl.indexOf(">",first); s=cl.substring(first,last+1); blank=s.indexOf(" "); if (blank==-1) blank=s.length-1 tag=s.substring(0,blank); if(GoodTag(tag)==false) { s="" } if(s.indexOf("style")>=0&s!="") { style_pos=s.indexOf("style"); style_start_pos=s.indexOf('"'); style_end_pos=s.indexOf('"',style_start_pos+1); s=s.substring(0,style_pos)+s.substring(style_end_pos+1)//+cl.substring(last+1); } if(s.indexOf("class")>=0&s!="") { class_pos=s.indexOf("class"); class_ravn=s.indexOf("=",class_pos); f=0; for(i=class_pos+5; i