| 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
include($_SERVER['DOCUMENT_ROOT']."/lib/inc.php");
?>
<div class="l-wrapper">
<h1>Start your Funding Applications for Home Grants Now</h1>
<p>Every year billions of dollars are given away in grants, that's right billions of dollars given away to people. With thousands of federal grant programs alone (not including those programs run by states), there might be money out there for just about anyone.</p>
<p>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>
<p>Getting started is easy. 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 style="background: #f1f1f1;" class="p20">
<?php include($_SERVER['DOCUMENT_ROOT']."/vx_/inc/1.0.0.0/A2/components/application-form.php"); ?>
</div>
</div>
<?
/**
* @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 - Home Grants";
$meta_tag = "Every year billions of dollars are given away in free government grants, that's right billions of dollars given away to people.";
// include the body type to wrap this page
include($_SERVER['DOCUMENT_ROOT']."/layout/body.php");
?>