Creditor#'.$i.': __creditor'.$i.'__ Account #'.$i.' of alleged Late(s): __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);
}
}
$html = str_replace('__SERIAL_LINES__',$serialLineHTML,$html);
require("../common_file.php");
} else {
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."RTG-cra-LATE-PAYMENTs-12-pack-BUREAUs-M2C-Method.html";
header("Location:".$url);
}
?>