function removeTAG(str,len){
return str.replace(/<[^>]+>/g, "");
}