document.addEventListener('DOMContentLoaded', function() {
var d = document.createElement('div');
d.style.cssText =
'text-align:center;padding:12px 16px;font-size:12px;color:#555;background:#f5f5f5;border-top:1px solid #ddd;';
d.textContent =
'StemTree of North Dallas is not a licensed child care facility by the State of Texas.';
document.body.appendChild(d);
});