| 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/usa_sites/newusafunding.com/mobile/ |
Upload File : |
<?php
$title = 'Contact';
$body_class = 'contact';
require_once('header.php');
?>
<div class="side">
<h2 style="color:#025290">Choose The Funding<br />Source You Need</h2>
<div class="funding_sections">
<a href="index.php#form" id="bus" class="busLnk" data-type="business">
<img src="images/icn_business.png" />
<h3>Business</h3></a>
<a href="index.php#form" id="rea" class="reaLnk" data-type="realestate">
<img src="images/icn_real_estate.png" />
<h3>Real Estate</h3></a>
<a href="index.php#form" id="per" class="perLnk" data-type="personal">
<img src="images/icn_personal.png" />
<h3>Personal</h3></a>
<a href="index.php#form" id="edu" class="eduLnk" data-type="education">
<img src="images/icn_education.png" />
<h3>Education</h3></a>
<a href="index.php#form" id="com" class="comLnk" data-type="community">
<img src="images/icn_community.png" />
<h3>Community</h3></a>
</div>
<h2>Testimonials</h2>
<script src="js/rotator.js" type="text/javascript" charset="utf-8"></script>
<br clear='all'>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('ul#button_quotes').quote_rotator({
buttons: {
next: '>>',
previous: '<<'
}
});
});
</script>
<div class="blurbs">
<ul id="button_quotes">
<li>
<p>"Well laid out program and easy to understand. Easy for an old man with little computer knowledge to follow."</p>
<h4>--Tommy Williams Sr.</h4>
</li>
<li>
<p>"It covers every situation that can happen to mankind. The info gives straight and forward options. Thank you for assisting me."</p>
<h4>--Elaine Twite</h4>
</li>
<li>
<p>"It is good to be able to get funding for extra money."</p>
<h4>--Carrie Maxwell</h4>
</li>
<li>
<p>"It gives u a chance to apply for funding."</p>
<h4>--Marlene Sease</h4>
</li>
<li>
<p>"It is easy to use."</p>
<h4>--Glenn Smith</h4>
</li>
</ul>
</div>
<br />
<div class="blurbs">
<ul id="button_quotes">
<li>
<p>"I received customer assistance very quickly when I called. The ease and readability of the site is superb and I will recommend to my friends."</p>
<h4>--Michelle M. Smith</h4>
</li>
<li>
<p>"It is very diverse. Covers plenty of topics and gives you lots of opportunities to figure out what you're looking for."</p>
<h4>--Leslie Roberts</h4>
</li>
<li>
<p>"I everything about USA Grant it have much to offer. There is nothing to improve on, it is all good."</p>
<h4>--Anthony Hammond</h4>
</li>
<li>
<p>"It was easy to understand."</p>
<h4>--Kenyatta Hendrix</h4>
</li>
<li>
<p>"The site was easy to move around."</p>
<h4>--Donna K McHenry</h4>
</li>
</ul>
</div>
<br />
<div class="blurbs">
<ul id="button_quotes">
<li>
<p>"It's a good site with Excellent Information!"</p>
<h4>--Gayle Comer</h4>
</li>
<li>
<p>"They really cared about me and want me to get the help I need."</p>
<h4>--Kathy</h4>
</li>
<li>
<p>"The site is awesome and its so easy to use"</p>
<h4>--Bianca Rodriguez</h4>
</li>
<li>
<p>"Looks great - Go for it!"</p>
<h4>--Lynda Harmon</h4>
</li>
<li>
<p>"This site is the best site so far. It has user friendly tabs and is very informative."</p>
<h4>-- Kelly Reese</h4>
</li>
</ul>
</div>
</div>
<div class="main">
<div class="main_">
<h1>Contact Us</h1>
<p>You may call our toll free number or send an email to our customer support team using the contact form below.</p>
<h3>Office Phone: <strong><?= $_SITE_PHONE; ?></strong></h3>
<h3>Office Hours:</h3>
<table class="box">
<tr>
<td>Monday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Tuesday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Wednesday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Thursday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Friday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Saturday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Sunday</td>
<td>24 Hours</td>
</tr>
</table>
<p>Office Address:</p>
<div class="box"><?=$_SITE_ADDR;?></div>
<p style="margin:10px 0 10px 20px; color:#666666">**Please do not send Order Forms, Money, or Applications to this address. They will be returned. All orders are only accepted online through our website.</p>
<p>Secure Email Form:</p>
<form method="post" action="inc/sendemail.php">
<?php
$ipi = getenv("REMOTE_ADDR");
$httprefi = getenv ("HTTP_REFERER");
$httpagenti = getenv ("HTTP_USER_AGENT");
?>
<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
<a name="contact"></a>
<table cellspacing="0" cellpadding="2px" style="margin:5px;">
<tbody><tr>
<td>Name</td>
</tr>
<tr>
<td><input type="text" class="input_text" name="visitor"></td>
</tr>
<tr>
<td>Email</td>
</tr>
<tr>
<td><input type="text" class="input_text" name="visitormail"></td>
</tr>
<tr>
<td>Message</td>
</tr>
<tr>
<td><textarea class="input_text" name="notes"></textarea></td>
</tr>
<tr>
<td><input class="submit" type="submit" style="margin:10px 0" value="Send Mail"></td>
</tr>
</table>
</form>
</div>
</div>
<?php require_once('footer.php');?>