/* The mark-up inserted here depends on external formatting and munging instructions. This needs to be considered when deciding where/when to include the JavaScript. */

var Footer = {
  include:function() {
    with (self.document) {
      writeln('\n\n<!-- ******** BEGIN::Footer Mark-up ******** -->\n');
      writeln('    <div id="footer">');
      writeln('      <div id="footer_top">');
      writeln('        <div class="footer_column_first">');
      writeln('          <p class="footer_heading">Our Services</p>');
      writeln('          <div class="footer_line"></div>');
      writeln('          <ul class="our_services clear_margin">');     
      writeln('            <li><a href="http://www.balancedcaninesdogtraining.com/index.php">On-Leash Online Dog Training</a></li>');
      writeln('            <li><a href="http://www.balancedcaninesdogtraining.com/index.php">Off-Leash Online Dog Training</a></li>');
      writeln('            <li><a href="http://www.balancedcanines.com/bootcamp.html">Utah Dog Boot Camp</a></li>');
      writeln('            <li><a href="http://www.balancedcanines.com/puppytraining.html">Utah Puppy Training</a></li>');
      writeln('            <li><a href="http://www.balancedcanines.com/packobedience.html">Utah Dog Pack Obedience</a></li>');      
      writeln('          </ul>');
      writeln('          <p><a href="http://www.balancedcanines.com/services.html" class="read_more bold no_underline">Read More</a></p>');
      writeln('        </div>');
      writeln('        <div class="footer_column">');
      writeln('          <p class="footer_heading">Mission Statement</p>');
      writeln('          <div class="footer_line"></div>');
      writeln('          <p class="clear_margin">The mission of Balanced Canines is to help families and dogs live a well balanced life through structure, discipline and love...</p>');
      writeln('          <p><a href="http://www.balancedcanines.com/missionstatement.html" class="read_more bold no_underline">Read More</a></p>');
      writeln('        </div>');
      writeln('        <div class="footer_column">');
      writeln('          <p class="footer_heading">Coverage</p>');
      writeln('          <div class="footer_line"></div>');
      writeln('          <p>Dog Training Services offered in Utah County, Salt Lake City and North of SLC also Santaquin, Payson, Mapleton, Woodland Hills, Spanish Fork, Springville, Provo, Orem, Lindon, Pleasant Grove, American Fork, Lehi, Highland, Alpine, Saratoga Springs, Eagle Mountain, Sandy, Draper, Bluffdale, Riverton, South Jordan, West Jordan, Murray, Kearns, West Valley, Salt Lake, Park City, Woods Cross, Bountiful, Farmington, Kaysville, Layton, Syracuse, Clearfield, Roy, Weber, Ogden and more. Salt Lake City Dog Trainers and Salt Lake City Dog Training</p>');
      writeln('        </div>');
      writeln('      </div>');
      writeln('      <div id="footer_bottom">');
      writeln('        <div class="fl">Copyright &#x00A9; 2011 Balanced Canines</div>');
      writeln('        <div class="fr"><a href="http://www.balancedcanines.com/">Home</a> | <a href="http://www.balancedcanines.com/services.html">Services</a> | <a href="http://www.balancedcanines.com/about.html">About Us</a> | <a href="http://www.balancedcanines.com/contact.php">Contact Us</a> | <a href="http://www.balancedcanines.com/missionstatement.html">Mission Statement</a> | <a href="http://www.balancedcanines.com/utahdogtrainingpolicies.html">Policies</a>| <a href="http://www.balancedcanines.com/sitemap.html">Site Map</a></div>');
      writeln('        <div align="center"><img border="0" align="center" width="375" height="59" title="" alt="" src="http://www.balancedcanines.com/images/credit_cards.gif"></div>');
      writeln('      </div>');
      writeln('    </div>');
      writeln('\n<!-- ******** END::Footer Mark-up ******** -->');
    }
  }
};

