HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_domains/knowtifi.alanwaldron.com/php/about911.php
<?php
$navon = 'about';
include "_header.php";
?>

<div id="splash" class="small about911">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <div class="splash-text">
                    <h2 class="k">About 911</h2>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="section-padding">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <h2 style="margin-bottom:30px;"><span class="k">911 Operators Are Doing Their Best</span></h2>
                <div class="columns-2">
                    <p>It’s unfortunate, but 911 operators are often using antiquated technologies and their systems
                        often cannot keep up with the demands of today’s world. It’s an unfortunate fact.</p>

                    <p>We’ve all heard news reports about 911 systems being stretched, their operational funding being
                        reduced and overworked staff.</p>

                    <p>And, contrary to common belief, 911 calls don’t go to a national central location. A call is
                        usually routed to an initial, “Public Safety Answering Point,” a patchwork system of local call
                        centers with their own individual challenges.</p>

                    <p>Moreover, because of the current technology being used, 911 dispatchers are often at a
                        disadvantage – sending first responders to “close,” but often unknown whereabouts. And, multiple
                        911 calls can create confused information about response destinations.</p>
                </div>
            </div>
        </div>
    </div>
</div>

<div class="bg-gray section-padding">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <h2 style="margin-bottom:30px;"><span class="k">10 Top Reasons People Call Emergency Services</span></h2>
            </div>
        </div>
        <div class="row">
            <div class="col-6">
                <p>Did you know 911 dispatchers receive 240 million calls per year? That’s an average of 7.6 calls every second.</p>
                <ol>
                    <li>Heart Attack</li>
                    <li>Choking</li>
                    <li>Car Accident</li>
                    <li>Fire</li>
                    <li>Severe Bleeding</li>
                    <li>Amputation</li>
                    <li>Miscarriage</li>
                    <li>Diabetic Coma</li>
                    <li>Seizure</li>
                    <li>When a person is too ill to speak</li>
                </ol>
            </div>
            <div class="col-6">
                <h4>We can help.</h4>
                <p>We are proud to support and back-up 911 operators as they work to keep us safe. With knowtifi’s
                    updated targeted global positioning systems, 911 operators can be more confident when they dispatch
                    first responders to a location.</p>
                <p>And, with the 911Switch light, 911 operators and first responders will know they are at the right
                    location – cutting down response time and adding a layer of safety and certainty to their ability to
                    render aid.</p>
            </div>
        </div>
    </div>
</div>

<?php
include "_download.php";
include "_footer.php";
?>