| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/development/dev.americansocietyforassetprotection.com/ |
Upload File : |
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/include/check_for_asapwebinar.php'); ?>
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Testimonials from Asset Protection training</title>
<meta name="description" content="Read what our clients are saying about Asset Protection.">
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<?php
include 'include/nav.php';
?>
<div class="header_title">
<div class="row">
<div class="large-12 columns">
<div class="large-2 columns logo"><a href="index.php"><img src="img/logo_sml.png" alt="logo small"></a></div>
<h1 style="title">Testimonials</h1>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns" role="content">
<article>
<div class="row">
<div class="large-9 columns">
<div class="main-article">
<h2 style="color: #000; padding-top: 15px;"> What some of our clients are saying...</h2>
</br>
<p>"The presentation showed me how the ‘ultra rich’ in America are shielded from both taxes (including the death tax) and lawsuits whole the rest who actually work for am living are always at risk."
<br/><strong>-Andrew Zak</strong></p>
<p>"I was inspired by this information presented by Mr. Oxenham. It was rather enlightening and wished I had heard it years ago for its valuable information. I wish he had more time to speak!"
<br/>
<strong>-Dr. Mary Grotz</strong></p>
<p>"I really enjoyed this presentation. I would recommend this presentation to friends, family and other businesses."
<br/>
<strong>-Lindsey Filley</strong></p>
<p>"I wish I could have known this information before my parents passed away. It would have saved us hundreds of thousands. I am making changes so that my children will get what I worked so hard for."
<br/>
<strong>-Richard Roelli</strong></p>
<p>"We had no idea how much of this legal stuff could potentially affect our business and potentially bankrupt us. We will definitely be rethinking our business structure and restructuring it. Thank you!"
<br/>
<strong>-Wacey Kirkpatrick</strong></p>
<p>"This information was helpful. . . . I can now tell my lawyer and accountant what I want and my business can be fully protected."
<br/>
<strong>-Curtis Evans</strong></p>
</div>
</div>
<aside class="large-3 columns panel">
<?php
include 'include/sidebar.php';
?>
</aside>
</div>
</div>
</div>
<?php
include 'include/footer.php';
?>
</body>
</html>