| 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/ |
Upload File : |
<?php
/**
* /index.php
*
* This file is the landing page for the website
*
* @copyright 2016 Synergy Pro Marketing
* @author Aaron Campbell <aaron@synergymentoring.com>
* @license None, All Rights Reserved
* @package Layout
* @filesource
* @since 09/15/2017
* --- Kristopher Larson, created
* @since 11/29/2017
* --- Aaron Campbell, added comments
*/
/**
* @file /lib/inc.php framework initializer
* */
//include($_SERVER['DOCUMENT_ROOT']."/lib/inc.php");
include($_SERVER['DOCUMENT_ROOT']."/api/lcapi/keyword_parser.php");
$_SESSION['landing_page_which_version'] = '/v9/';
header("Location: /v9/");
exit(0);
if($phone)
{
//Do 25/25/25/25 between this page and v2 and v3, and the mobile version, changed to only mobile v2 and v3 04/05/2019
if(empty($_SESSION['landing_page_which_version'])) {
$rand = rand(1,3);
if($rand==2) {
$_SESSION['landing_page_which_version'] = '/v9/';
header("Location: /v9/");
exit();
} elseif($rand==1) {
$_SESSION['landing_page_which_version'] = '/mobile/v2.php';
header("Location: /mobile/v2.php");
exit();
} else {
$_SESSION['landing_page_which_version'] = '/mobile/v3.php';
header("Location: /mobile/v3.php");
exit();
}
}
} else {
//Do 33/33/33 between this page and v2 and v3
if(empty($_SESSION['landing_page_which_version'])) {
$rand = rand(1,3);
if($rand==1) {
$_SESSION['landing_page_which_version'] = '/';
} elseif($rand==2) {
$_SESSION['landing_page_which_version'] = '/v3.php';
header("Location: v3.php");
exit();
} elseif($rand==3) {
$_SESSION['landing_page_which_version'] = '/v9/';
header("Location: /v9/");
exit();
} else { //turned off 03/29/2019
$_SESSION['landing_page_which_version'] = '/v2.php';
header("Location: v2.php");
exit();
}
}
}
/**
* @var int $user the users client_id as defined by lc2{siteCode}_lc.lc_reseller.id
* When there is a valid member logged in, redirect them
* to the members only area
* Will user the header redirect function
* */
if($user > 0)
{
header("HTTP/1.1 200 OK");
header("Location: /vx/usa/members/");
}
/* Remove Aaron's dumb versioning stuff
echo '<!-- page_version = '.$pageVersion.print_r($versionedFiles,true).' -->';
if(!empty($versionedFiles["mainContent"]))
{
include($versionedFiles["mainContent"]);
}
else
{
include($_SERVER['DOCUMENT_ROOT']."/vx_/inc/$pageVersion/components/main-content.php");
}
if(!$isMobileForm)
{
if(!empty($versionedFiles["contentWithSidebar"]))
{
include($versionedFiles["contentWithSidebar"]);
}
else
{
include($_SERVER['DOCUMENT_ROOT']."/vx_/inc/$pageVersion/components/content-with-sidebar.php");
}
}
*/
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/mysql.php');
$main_cats = array();
$res = $db->get_results("SELECT gc.id,gc.category_name,gc.icon
FROM grdb.grant_categories_new gc
WHERE gc.active=1
AND gc.parent_id=0
GROUP BY gc.id
ORDER BY category_name ASC");
foreach($res as $r) {
$main_cats[$r->id] = $r;
}
?>
<div class="l-wrapper">
<h1 class="cc top-heading">Every year Billions of Dollars are Given Away</h1>
<p>
That's right billions of dollars given away to people just like you. With thousands of federal programs alone (not including those programs run by states), there might be money out there for just about anyone - or anything. Additionally, there are tens of thousands of foundations, corporations, and other funding agencies that also give out funding. You just need to apply and be sure you are eligible to have a shot of receiving the funding.
</p>
<h3 style="margin-top:20px;">Other grant categories you may be eligible for:</h3>
<ul style="width:250px;float:left;">
<li>Small/large business start-ups</li>
<li>Various Real Estate ventures</li>
<li>Historical building preservation</li>
<li>Medical research</li>
<li>National security</li>
</ul>
<ul style="width:250px;float:left;">
<li>Education</li>
<li>First-time home purchase</li>
<li>Inventions</li>
<li>Environment preservation</li>
</ul>
<div style="clear:both;margin-bottom:20px;"></div>
<p>
<strong>Getting started is easy.</strong> Just fill out the registration membership form below, pay the registration fee, and begin your search for the funding through our specialized funding site.
</p>
</div>
<div class="l-wrapper">
<div class="flex-wrap">
<div class="form-side">
<h2>Registration Form</h2>
<p>Please fill out the form below as detailed as possible. Your information is confidential and will only be used in researching new funding opportunities for you to apply.</p>
<form class="sign-up-form" name="homeSignUp" novalidate>
<h3>How much money are you looking for?
<span class="rib f10 bred normal" ng-show="homeSignUp.total_money.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.total_money.$valid && signUp.totalMoney" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
</h3>
<div class="flex money-age">
<label>
<select name="total_money" required class="total-money" ng-model="signUp.totalMoney" ng-change="setApplication()">
<option value="$500 - $10,000">$500 - $10,000</option>
<option value="$10,000 - $25,000">$10,000 - $25,000</option>
<option value="$25,000 - $50,000">$25,000 - $50,000</option>
<option value="$50,000 - $100,000">$50,000 - $100,000</option>
<option value="$100,000 or More">$100,000 or More</option>
</select>
</label>
</div>
<h3>What type of funding are you looking for?
<span class="rib f10 bred normal" ng-show="!hasACategory()" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="hasACategory()" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
</h3>
<div class="check-boxes">
<?php foreach($main_cats as $cat_id=>$cat) { ?>
<div ng-click="setCategorySelection(<?= $cat_id;?>); setApplication()" ng-model="signUp.category[<?= $cat_id;?>]">
<span ng-show="signUp.category[<?= $cat_id;?>] == 'yes'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.category[<?= $cat_id;?>] != 'yes'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<?= $cat->category_name;?>
</div>
<?php } ?>
</div>
<h3> Describe in detail what you need the money for.
<span class="rib f10 bred normal" ng-show="homeSignUp.whats_the_money_for.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.whats_the_money_for.$valid && signUp.whatTheMoneyFor" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
</h3>
<label>
<textarea name="whats_the_money_for" required ng-minlength="3" ng-model="signUp.whatTheMoneyFor" ng-blur="setApplication()"></textarea>
</label>
<h3>What makes you ideal candidate for this grant?
<span class="rib f10 bred normal" ng-show="homeSignUp.grant_candidate.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.grant_candidate.$valid && signUp.grantCandidate" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
</h3>
<label>
<textarea name="grant_candidate" required ng-minlength="3" ng-model="signUp.grantCandidate" ng-blur="setApplication()"></textarea>
</label>
<h3>What is your Ethnicity?</h3>
<p class="f14" style="margin-top: -20px;"> (This may open up a few doors based on your situation.)</p>
<div class="ethnicity">
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Asian American' ? 'active' : ''" ng-click="signUp.ethnicity = 'Asian American'; setApplication()">
<span ng-show="signUp.ethnicity != 'Asian American'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Asian American'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Asian American
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Black' ? 'active' : ''" ng-click="signUp.ethnicity = 'Black'; setApplication()">
<span ng-show="signUp.ethnicity != 'Black'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Black'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Black or African American
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Hispanic' ? 'active' : ''" ng-click="signUp.ethnicity = 'Hispanic'; setApplication()">
<span ng-show="signUp.ethnicity != 'Hispanic'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Hispanic'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Hispanic
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Latino' ? 'active' : ''" ng-click="signUp.ethnicity = 'Latino'; setApplication()">
<span ng-show="signUp.ethnicity != 'Latino'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Latino'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Latino
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Middle Eastern American' ? 'active' : ''" ng-click="signUp.ethnicity = 'Middle Eastern American'; setApplication()">
<span ng-show="signUp.ethnicity != 'Middle Eastern American'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Middle Eastern American'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Middle Eastern American
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Multi-racial' ? 'active' : ''" ng-click="signUp.ethnicity = 'Multi-racial'; setApplication()">
<span ng-show="signUp.ethnicity != 'Multi-racial'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Multi-racial'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Multi-racial
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Native American' ? 'active' : ''" ng-click="signUp.ethnicity = 'Native American'; setApplication()">
<span ng-show="signUp.ethnicity != 'Native American'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Native American'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Native American
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Native Hawaiian' ? 'active' : ''" ng-click="signUp.ethnicity = 'Native Hawaiian'; setApplication()">
<span ng-show="signUp.ethnicity != 'Native Hawaiian'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Native Hawaiian'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Native Hawaiian
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Other' ? 'active' : ''" ng-click="signUp.ethnicity = 'Other'; setApplication()">
<span ng-show="signUp.ethnicity != 'Other'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Other'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Other
</div>
<div class="check-click noselect" ng-class="signUp.ethnicity == 'Pacific Islander' ? 'active' : ''" ng-click="signUp.ethnicity = 'Pacific Islander'; setApplication()">
<span ng-show="signUp.ethnicity != 'Pacific Islander'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'Pacific Islander'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
Pacific Islander
</div>
<div class="check-click noselect" ng-click="signUp.ethnicity = 'White'; setApplication()">
<span ng-show="signUp.ethnicity != 'White'">
<i class="far fa-square" aria-hidden="true"></i>
</span>
<span ng-show="signUp.ethnicity == 'White'">
<i class="far fa-check-square" aria-hidden="true"></i>
</span>
White
</div>
</div>
<h3>Select Your Employment Status</h3>
<div class="check-boxes">
<div ng-class="{ 'active': signUp.employment_status == 'Employed Full-time'}"
ng-click="signUp.employment_status = 'Employed Full-time'; setApplication()">
<span ng-show="signUp.employment_status == 'Employed Full-time'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Employed Full-time'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Full Time
</div>
<div ng-class="{ 'active': signUp.employment_status == 'Employed Part-time'}"
ng-click="signUp.employment_status = 'Employed Part-time'; setApplication()">
<span ng-show="signUp.employment_status == 'Employed Part-time'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Employed Part-time'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Part Time
</div>
<div ng-class="{ 'active': signUp.employment_status == 'Self Employed'}"
ng-click="signUp.employment_status = 'Self Employed'; setApplication()">
<span ng-show="signUp.employment_status == 'Self Employed'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Self Employed'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Self Employed
</div>
<div ng-class="{ 'active': signUp.employment_status == 'Retired'}"
ng-click="signUp.employment_status = 'Retired'; setApplication()">
<span ng-show="signUp.employment_status == 'Retired'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Retired'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Retired
</div>
<div ng-class="{ 'active': signUp.employment_status == 'Unemployed'}"
ng-click="signUp.employment_status = 'Unemployed'; setApplication()">
<span ng-show="signUp.employment_status == 'Unemployed'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Unemployed'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Unemployed
</div>
<div ng-class="{ 'active': signUp.employment_status == 'Collecting Social Security'}"
ng-click="signUp.employment_status = 'Collecting Social Security'; setApplication()">
<span ng-show="signUp.employment_status == 'Collecting Social Security'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Collecting Social Security'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Collecting Social Security
</div>
<div ng-class="{ 'active': signUp.employment_status == 'Disabled'}"
ng-click="signUp.employment_status = 'Disabled'; setApplication()">
<span ng-show="signUp.employment_status == 'Disabled'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.employment_status != 'Disabled'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Disabled
</div>
</div>
<h3>Select Your Citizenship</h3>
<div class="check-boxes">
<div class="" ng-class="{ 'active': signUp.citizenship == 'citizen'}"
ng-click="signUp.citizenship = 'citizen'; setApplication()">
<span ng-show="signUp.citizenship == 'citizen'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.citizenship != 'citizen'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
US Resident
</div>
<div class="" ng-class="{ 'active': signUp.citizenship == 'greencard'}"
ng-click="signUp.citizenship = 'greencard'; setApplication()">
<span ng-show="signUp.citizenship == 'greencard'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.citizenship != 'greencard'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Green Card Holder
</div>
<div class="" ng-class="{ 'active': signUp.citizenship == 'permanent'}"
ng-click="signUp.citizenship = 'permanent'; setApplication()">
<span ng-show="signUp.citizenship == 'permanent'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.citizenship != 'permanent'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Permanent Resident
</div>
<div ng-class="{ 'active': signUp.citizenship == 'resident'}"
ng-click="signUp.citizenship = 'resident'; setApplication()">
<span ng-show="signUp.citizenship == 'resident'">
<i class="far fa-check-circle" aria-hidden="true"></i>
</span>
<span ng-show="signUp.citizenship != 'resident'">
<i class="far fa-circle" aria-hidden="true"></i>
</span>
Resident Alien
</div>
</div>
<h3>Select Your Gender</h3>
<div class="icon-wrap employment-status">
<div class="svg-form noselect four-stack" ng-class="signUp.gender == 'male' ? 'active' : ''" ng-click="signUp.gender = 'male'; setApplication()">
<div ng-bind-html="icons['male'] | trust"></div>
<div class="svg-heading">Male</div>
</div>
<div class="svg-form noselect four-stack" ng-class="signUp.gender == 'female' ? 'active' : ''" ng-click="signUp.gender = 'female'; setApplication()">
<div ng-bind-html="icons['female'] | trust"></div>
<div class="svg-heading">Female</div>
</div>
</div>
<h3>Age
<span class="rib f10 bred normal" ng-show="homeSignUp.age.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.age.$valid && signUp.age" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
</h3>
<div class="flex money-age">
<label class="age" style="margin-left: 0;">
<select name="age" ng-model="signUp.age" required ng-change="setApplication()" style="margin: 0;">
<option value="18-25">18-25</option>
<option value="25-30">25-30</option>
<option value="30-55">30-55</option>
<option value="55+">55+</option>
</select>
</label>
</div>
<h3>Who will be applying</h3>
<div class="flex full-name">
<label>
first name
<span class="rib f10 bred normal" ng-show="homeSignUp.first_name.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.first_name.$valid && signUp.firstName" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="text" name="first_name" ng-minlength="2" ng-maxlength="20" ng-model="signUp.firstName" required
ng-blur="setApplication()" />
</label>
<label>
last name
<span class="rib f10 bred normal" ng-show="homeSignUp.last_name.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.last_name.$valid" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="text" name="last_name" ng-minlength="2" ng-maxlength="20" ng-model="signUp.lastName" required
ng-blur="setApplication()" />
</label>
</div>
<h3>What area of the United States are you located in?</h3>
<label>
mailing address
<span class="rib f10 bred normal" ng-show="homeSignUp.address.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.address.$valid && signUp.address" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="text" ng-minlength="5" ng-maxlength="60" required name="address" ng-model="signUp.address"
ng-blur="setApplication()" />
</label>
<div class="flex city-state-zip">
<label>
city
<span class="rib f10 bred normal" ng-show="homeSignUp.city.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.city.$valid && signUp.city" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="text" name="city" required ng-minlength="2" ng-maxlength="60" ng-model="signUp.city"
ng-blur="setApplication()" />
</label>
<label>
state
<span class="rib f10 bred normal" ng-show="homeSignUp.state.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.state.$valid && signUp.state" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<select name="state" required ng-model="signUp.state" ng-change="setApplication()">
<option ng-repeat="(s, state) in stateList" value="{{ state.state_short }}">
{{ state.state }}
</option>
</select>
</label>
<label>
zip
<span class="rib f12 red normal" ng-show="homeSignUp.zip.$invalid">
<i class="fa fa-asterisk" aria-hidden="true"></i> (use a valid format)
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.zip.$valid && signUp.zip" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="text" pattern="(\d{5}([\-]\d{4})?)" name="zip" ng-model="signUp.zip"
ng-blur="setApplication()" required />
</label>
</div>
<label>
phone
<span class="rib f10 bred normal" ng-show="homeSignUp.telephone.$invalid" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.telephone.$valid && signUp.telephone" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="tel" name="telephone" ng-model="signUp.telephone" required phone-input ng-blur="setApplication()" />
</label>
<h3>What Email address would you like to use for your Username for your Online Funding Application Account?</h3>
<label>
email address
<span class="rib f10 bred normal" ng-show="homeSignUp.email.$invalid || emailNotValid == true" style="top:-4px;">
<i class="fa fa-asterisk" aria-hidden="true"></i>
</span>
<span class="rib f16 green normal" ng-show="homeSignUp.email.$valid || emailValid == true" style="top:-3px;">
<i class="fa fa-check" aria-hidden="true"></i>
</span>
<input type="email" name="email" ng-model="signUp.email" ng-blur="emailValidation(signUp.email); setApplication()" required />
<span ng-show="(homeSignUp.email.$invalid || emailNotValid == true) && signUp.email" class="bred f12">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> hrmm.. this email doesn't seem to be valid
</span>
</label>
<p>
<small><i>** Your email is safe. We hate spam as much as you do!!</i></small>
</p>
<p>
<small><i>** Your Email will be your username for the New USA Funding website. Please double check it to be sure it is accurate!</i></small>
</p>
<div class="real-form">
<div class="rb left p20" ng-show="showValidate" ng-click="showValidate = !showValidate">
<div class="rb f16 bold bred" ng-show="homeSignUp.first_name.$invalid">Your first name is required</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.last_name.$invalid">Your last name is required</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.total_money.$invalid">Please enter how much money you are looking for</div>
<div class="rb f16 bold bred" ng-show="!hasACategory()">Please enter the type of funding you are looking for</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.address.$invalid">Your address is required</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.city.$invalid">Your city is required</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.state.$invalid">Your state is required</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.zip.$invalid">Please enter a valid zip code</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.age.$invalid">Your age is required</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.whats_the_money_for.$invalid">Please describe what you need the money for</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.grant_candidate.$invalid">Please describe what makes you an ideal candidate</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.telephone.$invalid">Please enter a valid telephone number</div>
<div class="rb f16 bold bred" ng-show="homeSignUp.email.$invalid">Please enter a valid email</div>
</div>
<div class="cc">
<button ng-click="startSignup(signUp)" class="submit-button bold f18 tss" type="submit" name="submit"
style="width:100%; height:96px; font-size:20px; margin-bottom: 0" ng-show="homeSignUp.$valid">
click here to start applying
</button>
<button ng-click="showValidate = !showValidate" class="submit-button bold f18 tss seeThru" type="button" name="validate"
style="width:100%; height:96px; font-size:20px; margin-bottom: 0" ng-show="homeSignUp.$invalid">
click here to start applying
</button>
</div>
</div>
</form>
<div class="fine-print">
<p>To provide you with the support and resources you need to successfully pursue your funding quest, we charge a small fee to cover the administrative costs of marketing and advertising this site. The fee is {{siteFee}} for the first month -- a fair price to pay for the wealth of applications and information provided. With your registration fee, you will receive access to our members-only application sources site.</p>
<p>Good news: this fee comes with a GUARANTEE! If you apply for the funding opportunities and yet you don't receive the funding, your fee will be refunded to you! All you have to do is provide our support staff with the funding agency you applied to and the response you received and your fee will be refunded immediately. You will have 90 days from the date of this transaction to submit your refund request along with your denial letter. So there is no risk: you have nothing to lose!</p>
<p>What are you waiting for? New USA Funding has the tools and resources you need to guide you in the process of finding and applying for funding. Open the door to funding opportunities. Get started now!</p>
</div>
</div>
<div class="testi-side">
<?php include($_SERVER['DOCUMENT_ROOT']."/vx_/inc/testimonials.php"); ?>
</div>
</div>
</div>
<?php
/**
* @var string $trackingQueryString The quesry string to be sent to the tracking API
* */
$trackingQueryString = 'site='.$siteCode.'&';
$trackingQueryString .= 'ip_address='.$_SERVER['REMOTE_ADDR'].'&';
$trackingQueryString .= 'form_url='.urlencode($_SERVER['REQUEST_URI']);
?>
<!-- Tracking Pixel -->
<img alt="Learning Center"
src="https://www.surfcrm.com/lcapi/FormImpressionTracking.php?<?= $trackingQueryString ?>" />
<!-- Form Tracking Script -->
<script type="text/javascript">
window.setTimeout(function() {
var form_session = new Image();
form_session.src = "https://www.surfcrm.com/lcapi/FormSessionTracking.php?<?= $trackingQueryString ?>";
}, 10000);
</script>
<?php
/*
* -- Versioning Variable Declaration --
*
* landing
* content
* post
* media
* social
* form
* members
*
* --- must be declared before body include ---
* The version page type variable is not set within inc.php
*
* */
// set when it hasn't been declared by another function or page
$pageType = "landing";
$title = "New USA Funding";
// include the body type to wrap this page
include($_SERVER['DOCUMENT_ROOT']."/layout/body.php");
?>