Experian
POB 1200
Allen TX 75013
|
Experian
POB 4000
Allen TX 75013
|
Experian
POB 4500
Allen TX 75013
|
Experian
POB 9701
Allen TX 75013
|
';
return $html;
}
function getEquifaxAddress() {
$html = '
EQUIFAX
POB 740241
Atlanta GA 30374-0241
|
EQUIFAX
POB 740256
Atlanta GA 30374-0256
|
';
return $html;
}
function getTransUnionAddress() {
$html = '
Trans Union
POB 1000
Chester PA 19022
|
Trans Union
POB 2000
Chester PA 19022
|
';
return $html;
}
function setTextHightlight($text) {
$result = "";
if (!empty($text)) {
$result = "" . $text . "";
}
return $result;
}