<!DOCTYPE html>
<HTML>

<HEAD>
  <link rel="icon" href="http://www.brevardlostpets.com/favicon.ico" type="image/x-icon">
  <link rel="shortcut icon" href="http://www.brevardlostpets.com/favicon.ico" type="image/x-icon">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <!--  <meta http-equiv="Cache-control" content="public">-->
  <TITLE>Brevard Lost Dog | Lost Cat | Found Dog | Found Cat | Lost Pet | Found Pet Website</TITLE>
  <META NAME="Generator" CONTENT="EditPlus">
  <META NAME="Author" CONTENT="lynn miraglia">
  <META NAME="Keywords" CONTENT="lost, found, pet, dog, cat, bird, brevard, county, florida, find, puppy, kitten, stolen, lost pet finder, lost pet website, finding lost pets, how to find a lost pet">
  <META NAME="Description" CONTENT="A free website dedicated to helping people locate their lost pets in Brevard County, FLORIDA.  Lost and Found Pet (Dog, Cat, Bird, Ferret, etc) listings online.  Also good for sightings of lost pets.">


    <link rel="stylesheet" href="css/blp.css" />

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/5.0.4/js/jquery.mmenu.min.js"></script>
  <link href="https://cdnjs.cloudflare.com/ajax/libs/jQuery.mmenu/5.0.4/css/jquery.mmenu.css" rel=stylesheet>

  <script src="js/blp.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</HEAD>

<BODY bgcolor="white" text="darkblue">
  <?php include_once('includes/_nav.php'); ?>

      <header><button id="menu-button"><img src="images/burgericon.jpg" height="60" border="0" alt="Menu Options" title="Click for easy menu options"></button></header>
      <basefont face="arial">

              <div class=maincontent>
              <main><?php include_once('includes/_main.php') ?></main>
              <aside><?php include_once('includes/_howtohelp.php') ?></aside>
          </div>

    <div class=others>
              <?php include_once('includes/_otherpages.php') ?>
          </div>


          <!-- <BR>Ann G. of Melbourne Village, FL is sponsoring this site for 2009 --><BR>

          <div class=thanks>
            <?php include_once('includes/_credits.php'); ?>
        </div>



</BODY>

</HTML>


<?php
if ($_SERVER['LIVERELOAD']) {
    include_once('includes/_livereload.php');
}
