| 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/fundingapplications.com/Section-8-Housing/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
if(!empty($_GET['prm'])) {
$prm_arr = explode('|',UnCryptify($_GET['prm']));
$prm = array();
$prm['cid'] = $prm_arr[0];
$prm['sid'] = $prm_arr[1];
$prm['initial'] = $prm_arr[2];
$prm['monthly'] = $prm_arr[3];
$_SESSION['prm'] = $prm;
}
//echo '<!-- https://fundingapplications.com/order.php?s=1&prm='.Cryptify('Chat|Alesha|'.($_INITIAL_FEE*0.8).'|'.($_MONTHLY_FEE)).' -->';
$categories = get_categories();
$business_questions = get_business_questions();
$trackerformparams = $tracker->FormParameters();
$title = 'Applications for Section 8 Housing';
$body_id = 'index';
require_once($_SERVER['DOCUMENT_ROOT'].'/header.php'); ?>
<script type="text/javascript" src="https://fundingapplications.com/js/jquery.1.11.1.min.js"></script>
<script type="text/javascript" src="https://fundingapplications.com/js/jquery.formatter.min.js"></script>
<script type="text/javascript">
function checkZip(zip,me) {
zip = zip.replace(/[^0-9]/g,'');
if(zip.length==5) {
var str = 'zip='+encodeURIComponent(zip);
$.ajax
({
cache: false,
type: "POST",
dataType:"json",
data: str,
url: "https://fundingapplications.com/js/php/ZipToCity.php",
success: function(data)
{
if(!data.error) {
$('[name=cc_city]').val(data.city);
$('[name=cc_state]').val(data.state);
}
},error: function(jqXHR, textStatus, errorThrown) {
}
});
}
}
$(document).ready( function() {
$('.subcategory,.subtext,#education_questions,#business_questions').hide().find('input,select,textarea').attr('disabled','disabled');
$('input[name=category_id]').click( function() {
var show_class = $(this).attr('class');
var subcat_elements = $('.subcategory[class~='+show_class+']');
$('.subcategory').hide().find('input,select,textarea').attr('disabled', 'disabled');
if(subcat_elements.length > 0) {
$('#subcategories').show();
subcat_elements.show().find('input,select,textarea').removeAttr('disabled');
} else {
$('#subcategories').hide().find('input,select,textarea').attr('disabled', 'disabled');
}
var granttype = $(this).parents('td:first').attr('id');
$('#granttype_input').val(granttype);
var amount_needed = $('select[name=app_amount_needed]').val();
if(granttype == 'business') {
$('#amount_needed').html('<select name="app_amount_needed"><option selected>Select</option><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 - $250,000">$100,000 - $250,000</option><option value="$250,000 - $500,000">$250,000 - $500,000</option><option value="$500,000 - $1,000,000">$500,000 - $1,000,000</option><option value="$1,000,000 +">$1,000,000 +</option></select>');
$('#business_questions').show('slow').find('input,select,textarea').removeAttr('disabled');
} else {
$('#amount_needed').html('<select name="app_amount_needed"><option selected>Select</option><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>');
$('#business_questions').hide('slow').find('input,select,textarea').attr('disabled','disabled');
}
/*if($(this).val() == '2') { //education
$('#education_questions').show().find('input,select,textarea').removeAttr('disabled');
} else {
$('#education_questions').hide().find('input,select,textarea').attr('disabled','disabled');
}*/
});
$('input[name=phone_full]').formatter({
'pattern': '({{999}}) {{999}}-{{9999}}',
'persistent': false
});
<?php
if(!empty($_REQUEST)) {
echo "$('input:radio[name=category_id]').filter(function() { return $(this).val()=='{$_REQUEST['category_id']}'; }).click();\n";
}
?>
});
</script>
<style type="text/css">
<!--
.ads img {border:none!important}
-->
</style>
<div style="float:right; width:310px; padding-left:20px;" class="sidebarIcons">
<div class="app" style="background-image:url(../images/appBusiness.png)" onclick="document.getElementById('inp_business').checked = true; test(); window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appMinorities.png)" onclick="document.getElementById('inp_business').checked = true; test(); document.getElementById('inp5').checked = true; window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appRealEstate.png)" onclick="document.getElementById('inp_realestate').checked = true; test(); window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appTechnology.png)" onclick="document.getElementById('inp_education').checked = true; test(); document.getElementById('inp10').checked = true; window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appMedical.png)" onclick="document.getElementById('inp_personal').checked = true; test(); document.getElementById('inp34').checked = true; window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appSenior.png)" onclick="document.getElementById('inp_personal').checked = true; test(); document.getElementById('inp30').checked = true; window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appWomen.png)" onclick="document.getElementById('inp_business').checked = true; test(); document.getElementById('inp9').checked = true; window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appEducation.png)" onclick="document.getElementById('inp_education').checked = true; test(); window.location='#form'"></div>
<div class="app" style="background-image:url(../images/appChildcare.png)" onclick="document.getElementById('inp_personal').checked = true; test(); document.getElementById('inp35').checked = true; window.location='#form'"></div>
<table id="sidebar" class="ads" style="margin-top:15px">
<tr>
<td class="sidebar_top">Client Testimonials</td>
</tr>
<tr>
<td class="sidebar_in" height="400px">
<div>
<p>"Straight forward and to the point."</p>
<span>-James B. Wilcox</span>
</div>
<!--div>
<p>"I specifically liked the fact that your services are affordable and very easy to follow along. I would tell people that your services are a good opportunity for people like me who need a bit of help and just don't know where to start at."</p>
<span>-Aurora Olivas</span>
</div-->
<div>
<p>"This site is best site so far. It has user friendly tabs and is very informative."</p>
<span>-Kelly Reese</span>
</div>
<div>
<p>"It is easy to find what you want even if you are not good with a computer!"</p>
<span>-Tabatha Ubel</span>
</div>
<!--div>
<p>"The directions and information are very clear. This is a great website if you're looking for grants."</p>
<span>-Jacqueline Carlson</span>
</div-->
<div>
<p>"It was easy to fill out and follow cuz I am new to the computer. Everything was straight forward so I could understand it."</p>
<span>-JoDee Cooley</span>
</div>
<div>
<p>"Kind people, patient people. Specific help was given if needed. I liked how easy to understand and easy your site was to read."</p>
<span>-Melissa Collins</span>
</div>
<div>
<p>"The website provided the information that I needed to be guided to the correct location and it is not too wordy."</p>
<span>-Glenn Carter</span>
</div>
<!--div>
<p>"I am impressed with the fact that there are so many grants and funding that one can apply for - and there is a lot of content on the site. Funding Applications.org is a good, informational site that can help you obtain a grant/funding. All types of grants for anyone... just apply and you could get the money you deserve."</p>
<span>-Audrey Sims</span>
</div-->
</td>
</tr>
<tr>
<td class="sidebar_bot"></td>
</tr>
</table>
<?php if(!in_array(basename($_SERVER['SCRIPT_NAME']),array('order.php','confirm.php','order_form.php'))) { ?>
<? require_once($_SERVER['DOCUMENT_ROOT'].'/ads.php'); ?>
<?php } ?>
</div>
<h1>Applications for Section 8 Housing</h1>
<p class="text"><img style="float:left; padding-right: 15px; padding-bottom:15px;" src="images/Housing.jpg">If you are struggling to find help available for rent, you have come to the right place. We have the means to help you get the information and money you need. The Housing Choice Vouchers Program (formerly known as Section 8) is one of the major programs of the federal government for assisting people to afford safe, healthy, and decent housing in the private market. This program assists a range of people, very low-income families, the elderly, and the disabled. The participants are able to choose their own housing as long as it meets the requirements, whether it is apartment, townhouse, or single-family homes. Local public housing authorities (PHA) will usually pay the difference between 30 percent of house income and the payment standard determined by the PHA – roughly 80 to 100 percent of the fair market rent.
</p>
<h2>How can I Qualify for Section 8 Housing</h2>
<p class="text">The rent must be realistic in order for landlords or their units to join the program. Surprisingly, the residents may choose a house with a higher payment than the FMR (Fair Market Rent), if so they would pay the difference to the landlord, or they may pick a lower rate rental and in turn keep the difference.
</p>
<p class="text">We are here to help find out if you qualify and how you could be placed higher on the list. Typically, there are some basic requirements for example, area that you live in, income, owned assets, ratio of income, and citizenship (certain classifications of legal residents).
</p>
<p class="text">The wait list for assistance may be long, but don't let this discourage you from applying. The opportunity will only come to those on the waitlist. If the PHA also administers the public housing program, the applicants of the housing choice voucher program could also be put on a wait list for the public housing program. HUD also processes other funded programs and we would love to help you receive a list of those right in your area. In certain cases, the authorities of housing might have priority wait lists (for, victims of domestic violence, homeless persons, or other special groups). There are also things we can help you with to move up on the list. Once you have gotten a voucher, some states will require you to move for a year to the town that offers you the Section 8 voucher.</p>
<p class="text">The vouchers are portable which is another benefit of the Housing Choice Voucher Program, meaning you bring them with you wherever you are in the country. You may take a voucher received in Florida and move to Texas with it. The maximum allowed voucher is $2,200 a month.</p>
<h2>Apply Today!</h2>
<p class="text">Again, we are here to help you find your way through the application process in order to minimize mistakes that might lengthen your wait or could cause your application to be rejected. We want this to be as easy as possible so that it can be done right the first time.</p>
<?php if(!empty($_SESSION['prm'])) { ?>
<p class="text" style="color:#33aa66">Thanks to <?= $_SESSION['prm']['sid']; ?>, you can get access to these funding opportunities for only <span style='text-decoration:line-through'>$<?= $_INITIAL_FEE; ?></span> $<?= $_SESSION['prm']['initial']; ?>.</p>
<?php } ?>
<a name="form"></a>
<form action='https://fundingapplications.com/order.php' method='post'>
<table id="form" cellspacing="0" cellpadding="0">
<tr>
<td class="form_top">Funding Application Registration</td>
</tr>
<tr>
<td class="form_in" height="400px">
<table cellpadding="0" cellspacing="0" id="select">
<tr>
<td id="personal" class="personal">
<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
<div>
<label><input type="radio" name="category_id" id="inp_personal" value="4" onclick="test();" />PERSONAL</label>
</div>
</td>
<td id="education" class="education">
<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
<div>
<label><input type="radio" name="category_id" id="inp_education" value="2" onclick="test();" />EDUCATION</label>
</div>
</td>
<td id="realestate" class="realestate">
<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
<div>
<label><input type="radio" name="category_id" id="inp_realestate" value="5" onclick="test();" />REAL ESTATE</label>
</div>
</td>
<td id="business" class="business">
<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
<div>
<label><input type="radio" name="category_id" id="inp_business" value="1" onclick="test();" />BUSINESSES</label>
</div>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="select" id="a1">
<tr>
<td></td>
<td></td>
<td class="tr"></td>
<tr>
</tr>
<td></td>
<td>
<?php $counter = 0; if(!empty($categories['subcategories'])) {
echo '<ul>';
foreach($categories['subcategories'] as $subcats) {
if(isset($subcats['categories'][4])) { $counter++;
if($counter > 5) { $counter=0; echo '</ul><ul>'; }
?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
}
}
echo '</ul>';
}?>
<span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Personal Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
</td>
<td></td>
</tr>
<tr>
<td class="bl"></td>
<td></td>
<td class="br"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="select" id="a2">
<tr>
<td class="tl"></td>
<td></td>
<td class="tr"></td>
<tr>
<tr>
<td></td>
<td>
<?php $counter = 0; if(!empty($categories['subcategories'])) {
echo '<ul>';
foreach($categories['subcategories'] as $subcats) {
if(isset($subcats['categories'][2])) { $counter++;
if($counter > 5) { $counter=0; echo '</ul><ul>'; }
?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
}
}
echo '</ul>';
}?>
<span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Education Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
</td>
<td></td>
</tr>
<tr>
<td class="bl"></td>
<td></td>
<td class="br"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="select" id="a3">
<tr>
<td class="tl"></td>
<td></td>
<td class="tr"></td>
<tr>
<tr>
<td></td>
<td>
<?php $counter = 0; if(!empty($categories['subcategories'])) {
echo '<ul>';
foreach($categories['subcategories'] as $subcats) {
if(isset($subcats['categories'][5])) { $counter++;
if($counter > 5) { $counter=0; echo '</ul><ul>'; }
?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
}
}
echo '</ul>';
}?>
<span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Real Estate Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
</td>
<td></td>
</tr>
<tr>
<td class="bl"></td>
<td></td>
<td class="br"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" class="select" id="a4">
<tr>
<td class="tl"></td>
<td></td>
<td></td>
<tr>
<tr>
<td></td>
<td>
<?php $counter = 0; if(!empty($categories['subcategories'])) {
echo '<ul>';
foreach($categories['subcategories'] as $subcats) {
if(isset($subcats['categories'][1])) { $counter++;
if($counter > 5) { $counter=0; echo '</ul><ul>'; }
?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
}
}
echo '</ul>';
}?>
<span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Business Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
</td>
<td></td>
</tr>
<tr>
<td class="bl"></td>
<td></td>
<td class="br"></td>
</tr>
</table>
<script language="JavaScript">
function test() {
if (document.getElementById('inp_personal').checked == true) {
document.getElementById('personal').className = 'personal_';
document.getElementById('education').className = 'education';
document.getElementById('realestate').className = 'realestate';
document.getElementById('business').className = 'business';
switchid('a1');
}
if (document.getElementById('inp_education').checked == true) {
document.getElementById('personal').className = 'personal';
document.getElementById('education').className = 'education_';
document.getElementById('realestate').className = 'realestate';
document.getElementById('business').className = 'business';
switchid('a2');
}
if (document.getElementById('inp_realestate').checked == true) {
document.getElementById('personal').className = 'personal';
document.getElementById('education').className = 'education';
document.getElementById('realestate').className = 'realestate_';
document.getElementById('business').className = 'business';
switchid('a3');
}
if (document.getElementById('inp_business').checked == true) {
document.getElementById('personal').className = 'personal';
document.getElementById('education').className = 'education';
document.getElementById('realestate').className = 'realestate';
document.getElementById('business').className = 'business_';
switchid('a4');
}
}
//here you place the ids of every element you want.
var ids=new Array('a1','a2','a3','a4');
function switchid(id){
hideallids();
showdiv(id);
}
function hideallids(){
//loop through the array and hide each element by id
for (var i=0;i<ids.length;i++){
hidediv(ids[i]);
}
}
function hidediv(id) {
//safe function to hide an element with a specified id
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
document.id.display = 'none';
}
else { // IE 4
document.all.id.style.display = 'none';
}
}
}
function showdiv(id) {
//safe function to show an element with a specified id
if (document.getElementById) { // DOM3 = IE5, NS6
document.getElementById(id).style.display = 'block';
}
else {
if (document.layers) { // Netscape 4
document.id.display = 'block';
}
else { // IE 4
document.all.id.style.display = 'block';
}
}
}
</script>
<table cellpadding="0" cellspacing="0" border="0" class="form_table">
<tr>
<td>citizenship</td>
<td>age</td>
<td colspan="2">gender</td>
</tr>
<tr>
<td><select class="third_" name="app_citizenship">
<option value="" >Select</option>
<option value="citizen" >U.S. Citizen</option>
<option value="resident" >Resident Alien</option>
<option value="greencard" >Green Card Holder</option>
<option value="permanent" >Permanent Resident</option>
<option value="unsure" >Not Sure</option>
</select></td>
<td><input type="tel" maxlength="3" class="third" name="app_age" value="" /></td>
<td colspan="2">
<label><input type="radio" name="app_gender" class="radio" value="male" />male</label>
<label><input type="radio" name="app_gender" class="radio" value="female" />female</label>
</td>
</tr>
</table>
<?php /*
<table cellpadding="0" cellspacing="0" border="0" class="form_table" id="disability_questions">
<?php foreach($disability_questions['questions'] as $slug=>$data) {?>
<tr>
<td><?= $data['name'];?></td>
</tr>
<tr>
<td>
<?php if($data['type']=='bool') {?>
<label><input type="radio" value="1" name="<?= $slug;?>" id="<?= $slug;?>_yes" /> Yes</label>
<label><input type="radio" value="0" name="<?= $slug;?>" id="<?= $slug;?>_no" /> No</label>
<?php } elseif(strpos($data['type'],'range') > -1) {
$range = array();
$pieces = explode(':',$data['type']);
$range_limits = explode('-',$pieces[1]);
if($range_limits[0] > $range_limits[1]) {
for($i=$range_limits[0]; $i>=$range_limits[1]; $i--) {
$range[$i] = $i;
}
} else {
for($i=$range_limits[0]; $i<=$range_limits[1]; $i++) {
$range[$i] = $i;
}
}
?>
<select name="<?= $slug;?>" id="<?= $slug;?>">
<option value="">Select</option>
<?php foreach($range as $i=>$j) {?>
<option value="<?= $i;?>"><?= $j;?></option>
<?php }?>
</select>
<?php } elseif($data['type']=='textarea') {
?>
<textarea name="<?= $slug;?>" id="<?= $slug;?>"></textarea>
<?php
}
sub_question_recursive_disability($slug);
?>
</td>
</tr>
<?php } ?>
</table>
*/?>
<?php /*<table cellpadding="0" cellspacing="0" border="0" class="form_table" id="education_questions">
<?php foreach($education_questions['questions'] as $slug=>$data) {?>
<tr>
<td><?= $data['name'];?></td>
</tr>
<tr>
<td>
<?php if($data['type']=='bool') {?>
<label><input type="radio" value="1" name="<?= $slug;?>" id="<?= $slug;?>_yes" /> Yes</label>
<label><input type="radio" value="0" name="<?= $slug;?>" id="<?= $slug;?>_no" /> No</label>
<?php } elseif(strpos($data['type'],'range') > -1) {
$range = array();
$pieces = explode(':',$data['type']);
$range_limits = explode('-',$pieces[1]);
if($range_limits[0] > $range_limits[1]) {
for($i=$range_limits[0]; $i>=$range_limits[1]; $i--) {
$range[$i] = $i;
}
} else {
for($i=$range_limits[0]; $i<=$range_limits[1]; $i++) {
$range[$i] = $i;
}
}
?>
<select name="<?= $slug;?>" id="<?= $slug;?>">
<option value="">Select</option>
<?php foreach($range as $i=>$j) {?>
<option value="<?= $i;?>"><?= $j;?></option>
<?php }?>
</select>
<?php }
sub_question_recursive($slug);
?>
</td>
</tr>
<?php } ?>
</table>*/?>
<table cellpadding="0" cellspacing="0" border="0" class="form_table" id="business_questions">
<tr>
<td>What are the major financial needs for your business? <i>(Check all that apply)</i></td>
</tr>
<?php foreach($business_questions['questions'] as $slug=>$data) {?>
<tr>
<td>
<label><input type="checkbox" value="1" name="<?= $slug;?>" id="<?= $slug;?>_yes" style="vertical-align:middle;" /> <?= $data['name'];?></label>
</td>
</tr>
<?php } ?>
</table>
<table cellpadding="0" cellspacing="0" border="0" class="form_table">
<tr>
<td>How much funding are you looking for?</td>
</tr>
<tr>
<td id="amount_needed"><select name="app_amount_needed">
<option selected>Select</option>
<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></td>
</tr>
<tr>
<td>Describe in detail how you'll use the money:</td>
</tr>
<tr>
<td><textarea name="app_usedescription"></textarea></td>
</tr>
<tr>
<td>What makes you the ideal candidate for this funding?</td>
</tr>
<tr>
<td><textarea name="app_uniqueness"></textarea></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" class="form_table">
<tr>
<td colspan="2">first name</td>
<td colspan="2">last name</td>
</tr>
<tr>
<td colspan="2"><input type="text" class="full" name="cc_fname" value="" /></td>
<td colspan="2"><input type="text" class="full" name="cc_lname" value="" /></td>
</tr>
<tr>
<td colspan="2">street address</td>
<td colspan="2">zip</td>
</tr>
<tr>
<td colspan="2"><input type="text" class="full" name="cc_addr" value="" /></td>
<td colspan="2"><input type="tel" class="full" maxlength="5" id="id-cc-zip" name="cc_zip" onkeyup="checkZip($(this).val(),this);" value="<?= isset($_REQUEST['cc_zip']) ? $_REQUEST['cc_zip'] : null;?>" /></td>
</tr>
<tr>
<td colspan="2">city</td>
<td colspan="2">state</td>
</tr>
<tr>
<td colspan="2">
<input type="text" name="cc_city" class="full" value="<?= $_POST['cc_city'];?>" />
</td>
<td colspan="2">
<select name="cc_state" class="full">
<?php
$_STATES = array(''=>'','AL'=>'Alabama','AK'=>'Alaska','AS'=>'American Samoa','AZ'=>'Arizona','AR'=>'Arkansas','CA'=>'California','CO'=>'Colorado','CT'=>'Connecticut','DE'=>'Delaware','DC'=>'District of Columbia','FM'=>'Federated States of Micronesia','FL'=>'Florida','GA'=>'Georgia','GU'=>'Guam','HI'=>'Hawaii','ID'=>'Idaho','IL'=>'Illinois','IN'=>'Indiana','IA'=>'Iowa','KS'=>'Kansas','KY'=>'Kentucky','LA'=>'Louisiana','ME'=>'Maine','MD'=>'Maryland','MH'=>'Marshall Islands','MA'=>'Massachusetts','MI'=>'Michigan','MN'=>'Minnesota','MS'=>'Mississippi','MO'=>'Missouri','MT'=>'Montana','NE'=>'Nebraska','NV'=>'Nevada','NH'=>'New Hampshire','NJ'=>'New Jersey','NM'=>'New Mexico','NY'=>'New York','NC'=>'North Carolina','ND'=>'North Dakota','MP'=>'Northern Mariana Islands','OH'=>'Ohio','OK'=>'Oklahoma','OR'=>'Oregon','PW'=>'Palau','PA'=>'Pennsylvania','PR'=>'Puerto Rico','RI'=>'Rhode Island','SC'=>'South Carolina','SD'=>'South Dakota','TN'=>'Tennessee','TX'=>'Texas','UT'=>'Utah','VT'=>'Vermont','VI'=>'Virgin Islands','VA'=>'Virginia','WA'=>'Washington','WV'=>'West Virginia','WI'=>'Wisconsin','WY'=>'Wyoming');
foreach($_STATES as $k=>$v) {
?><option value="<?= $k;?>" <?= ($_POST['cc_state']==$k) ? 'selected' : '';?>><?= $v;?></option><?php
}
?>
</select>
</td>
</tr>
<tr>
<td colspan="2">phone</td>
<td colspan="2">email</td>
</tr>
<tr>
<td colspan="2" class="phoneBox"><input type="tel" class="full" name="phone_full" value="<?= $_REQUEST['phone_full'];?>" /></td>
<td colspan="2"><input type="text" class="full" name="cc_email" value="" /></td>
</tr>
<tr>
<td colspan="4"><label><input id="inform_me" type="checkbox" name="inform_me" value="1" checked="checked" />Yes, inform me of new funding opportunities!</label></td>
</tr>
<tr>
<td colspan="4">
<input type="hidden" name="application" value="application">
<input type="hidden" name="tc" value="<?= $tc; ?>">
<input type="hidden" name="form_filled_out" value="<?= $_SERVER['REQUEST_URI'];?>" />
<?= $trackerformparams; ?>
<input type="submit" class="submit" value="" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="form_bot"></td>
</tr>
</table>
</form>
<h2>Payment and Guarantee</h2>
<p class="text">In order to pay the online advertising we have to do to get this information out to you, we need to charge a small registration fee of <?= (!empty($_SESSION['prm'])) ? '<span style="text-decoration:line-through">$'.$_INITIAL_FEE.'</span> <span style="color:#33aa66">$'.$_SESSION['prm']['initial'].'</span>' : '$'.$_INITIAL_FEE; ?>. I hope you understand. Remember, this information is updated on a regular basis so you should always have the most current information! Our membership registration fee also comes with a RISK FREE GUARANTEE: If you apply and don't qualify for one of the funding programs on our site, your fee will be refunded to you on the spot!! All you have to do is send us the application and response you received from the funding agency, and we will refund you the <?= (!empty($_SESSION['prm'])) ? '<span style="text-decoration:line-through">$'.$_INITIAL_FEE.'</span> <span style="color:#33aa66">$'.$_SESSION['prm']['initial'].'</span>' : '$'.$_INITIAL_FEE; ?>! You have nothing to lose--either you qualify for Free Funding or you get your money back, GUARANTEED! You will have instant access to the online training program through our exclusive members-only application website.</p>
<p style="font:bold italic 14pt/140% SegoeUI; color:#DA912E; padding:5px 0 0 10px">What are you waiting for?</p>
<p class="text">Fill out the <a href="#form">Registration Form</a> above and start your Funding Applications today!</p>
<img src="https://www.surfcrm.com/lcapi/FormImpressionTracking.php?site=fa&ip_address=<?= $_SERVER['REMOTE_ADDR'];?>&form_url=<?= urlencode($_SERVER['REQUEST_URI']);?>" />
<script type="text/javascript">
window.setTimeout(function() {
var form_session = new Image();
form_session.src = "https://www.surfcrm.com/lcapi/FormSessionTracking.php?site=fa&ip_address=<?= $_SERVER['REMOTE_ADDR'];?>&form_url=<?= urlencode($_SERVER['REQUEST_URI']);?>";
},10000);
</script>
</td>
<td class="ri"></td>
</tr>
<tr>
<td class="bl"></td>
<td class="bt"></td>
<td class="br"></td>
</tr>
</table>
<div id="base">
<?php if($login != 'login') : ?>
<a style="background-image:url(https://fundingapplications.com/images/login.png); display:block; width:178px; height:44px; float:right; margin:5px 20px 0 10px; padding:0" href="login.php" onclick="window.location='/login.php?tc=<?= $tc; ?><?= $params; ?>'; return false;"> </a>
<?php endif; ?>
<ul>
<li><a href="/" onclick="window.location='/?tc=<?= $tc; ?><?= $params; ?>'; return false;">home page</a></li>
<li>|</li>
<li><a href="terms.php" onclick="window.location='/terms.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">terms & conditions</a></li>
<li>|</li>
<li><a href="privacy.php" onclick="window.location='/privacy.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">privacy <span class="sml">(updated 04/26/2011)</span></a></li>
<li>|</li>
<li><a href="contact.php" onclick="window.location='/contact.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">contact</a></li>
</ul>
<p style="text-align:right">Copyright © <? echo date("Y");?> Funding Applications.org</p>
</div>
</div>
<img src="https://www.surfcrm.com/lcapi/KeywordImpressionTracking.php?site=fa&ip_address=<?= $_SERVER['REMOTE_ADDR'];?>&keywords=<?= urlencode($_SESSION['keywords']);?>&landing_page=<?= urlencode($_SESSION['landing_page']);?>&referer_domain=<?= urlencode($_SESSION['referer_domain']);?>" />
<? if (isset($_SERVER['HTTPS']))
{
?>
<img src="https://www.surfcrm.com/tracker/server/tracker.php?<?= $trackerparams; ?>">
<?
}
else
{
?>
<img src="http://www.surfcrm.com/tracker/server/tracker.php?<?= $trackerparams; ?>">
<?
}
?>
<!-- Google Analytics Code for every page -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<?php
$current_page = '';
$stack = get_included_files();
foreach($stack as $s) {
if(!in_array(basename($s),array('order.php','header.php','keyword_parser.php','ads.php','sidebar.php','header2.php','footer2.php','php_header.php','globals.php','functions.includes.php','LCAPI.php','TrackerLib.php','Yahoo.php','MIVA.php','Unknown.php','footer.php'))) {
$current_page = basename($s);
}
}
?>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11018739-1");
pageTracker._trackPageview('<?= $current_page;?>');
} catch(err) {}</script>
<!-- END Google Analytics Code for every page -->
</body>
</html>