function fix_paragraph()
{
	var s=document.getElementById('intro');
	if(s)
	{
		s.innerHTML = s.innerHTML.replace(/We call our brand of patient care UltraCare/,"</p><p>We call our brand of patient care UltraCare");
	}
}

fix_paragraph();
