carList = cars.innerHTML;
alert(carList);
carList = carList.replace("<center>","").replace("</center>","").replace("<b>","").replace("</b>","");
alert(carList);
Why in the world is this happening? I've tried splitting this out into individual string.replace()'s and that gives the same result.