Medical creditor #'.$i.': __creditor'.$i.'__ Account #'.$i.' ALLEGED: __account'.$i.'__
';
} else {
$from = strpos($html, "__START".$i."__");
$to = strpos($html, "__END".$i."__");
$html = str_replace(substr($html,$from,($to-$from)+7+strlen($i)),"",$html);
}
}
//replace serial lines
$html = str_replace('__SERIAL_LINES__',$serialLineHTML,$html);
//
require("../common_file.php");
} else {
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."RTG-711-M2C-Crm-INQUIRY-Letter-for-BUREAUS.html";
header("Location:".$url);
}
?>