Cliff Burgess

‘;
$find2 = ‘

‘;
$add1 = ‘

‘;

$html = truncate_text_end($html, strpos($html, $find1));
$html = truncate_text($html, strpos($html, $find2),”);

$html = str_replace (‘

‘, ‘

‘ , $html );
$html = str_replace (‘

Professor Cliff Burgess
‘, $add1 , $html );

$html = str_replace (“\n”, ” , $html );
$html = str_replace (‘href=”/’,’href=”http://www.inspirehep.net/’,$html);
$html = str_replace (‘src=”/’,’src=”http://www.inspirehep.net/’,$html);

echo $html;
?>