| 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/usagrantapplications.org/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
$categories = get_categories();
$business_questions = get_business_questions();
//$education_questions = get_education_questions();
//$disability_questions = get_disability_questions();
/*function sub_question_recursive($q) {
global $education_questions;
if(isset($education_questions['subquestions'][$q])) {
foreach($education_questions['subquestions'][$q] as $s=>$d) { ?>
<div class="<?= $q;?>_sub" style="padding:5px 5px 5px 20px;display:block;clear:both;">
<?= $d['name'];?><br/>
<?php if($d['type']=='bool') {?>
<label><input type="radio" value="1" name="<?= $s;?>" id="<?= $s;?>_yes" /> Yes</label>
<label><input type="radio" value="0" name="<?= $s;?>" id="<?= $s;?>_no" /> No</label>
<br/>
<?php } elseif(strpos($d['type'],'range') > -1) {
$range = array();
$pieces = explode(':',$d['type']);
$range_limits = explode('-',$pieces[1]);
for($i=$range_limits[0]; $i<=$range_limits[1]; $i++) {
$range[$i] = $i;
} ?>
<select name="<?= $s;?>" id="<?= $s;?>">
<option value="">Select</option>
<?php foreach($range as $i=>$j) {?>
<option value="<?= $i;?>"><?= $j;?></option>
<?php }?>
</select>
<?php }
if(isset($education_questions['subquestions'][$s])) {
sub_question_recursive($s);
}?>
</div><?php
}
}
}*/
/*function sub_question_recursive_disability($q) {
global $disability_questions;
if(isset($disability_questions['subquestions'][$q])) {
foreach($disability_questions['subquestions'][$q] as $k=>$data) {
foreach($data as $s=>$d) { ?>
<div class="<?= $q;?>_sub" style="padding:5px 5px 5px 0px;display:block;clear:both;">
<?= $d['name'];?><br/>
<?php if($d['type']=='bool') {?>
<label><input type="radio" value="1" name="<?= $s;?>" id="<?= $s;?>_yes" /> Yes</label>
<label><input type="radio" value="0" name="<?= $s;?>" id="<?= $s;?>_no" /> No</label>
<br/>
<?php } elseif($d['type']=='text') {
?><input style="width:100%;" type="text" name="<?= $s;?>" id="<?= $s;?>" /><?php
} elseif(strpos($d['type'],'range') > -1) {
$range = array();
$pieces = explode(':',$d['type']);
$range_limits = explode('-',$pieces[1]);
for($i=$range_limits[0]; $i<=$range_limits[1]; $i++) {
$range[$i] = $i;
} ?>
<select name="<?= $s;?>" id="<?= $s;?>">
<option value="">Select</option>
<?php foreach($range as $i=>$j) {?>
<option value="<?= $i;?>"><?= $j;?></option>
<?php
}
?>
</select>
<?php
} elseif($d['type']=='textarea') {
?>
<textarea name="<?= $s;?>" id="<?= $s;?>"></textarea>
<?php
} elseif(strpos($d['type'],'select') > -1) {
$select = array();
$pieces = explode(':',$d['type']);
$more_pieces = explode('|',$pieces[1]);
?>
<select name="<?= $s;?>" id="<?= $s;?>">
<option value="">Select</option>
<?php foreach($more_pieces as $p) { ?>
<option value="<?= $p;?>"><?= $p;?></option>
<?php } ?>
</select>
<?php
}
if(isset($disability_questions['subquestions'][$s]))
{
sub_question_recursive_disability($s);
}
?>
</div>
<?php
}
}
}
} */
$granttype = $_GET['apptype'];
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>USA Grant Applications.org - Business Application</title>
<script type="text/javascript" charset="utf-8" src="/assets/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$(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.className;
$('#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(granttype == 'education') {
$('#education_questions').show().find('input,select,textarea').removeAttr('disabled');
} else {
$('#education_questions').hide().find('input,select,textarea').attr('disabled','disabled');
}*/
/*if(granttype == 'personal') {
$('#disability_questions').show().find('input,select,textarea').removeAttr('disabled');
} else {
$('#disability_questions').hide().find('input,select,textarea').attr('disabled','disabled');
}*/
});
<?php
/*foreach($education_questions['subquestions'] as $slug=>$data) {
echo "$('.".$slug."_sub').hide().find('input,select,textarea').attr('disabled','disabled');";
echo "$('#".$slug."_yes').click(function() {
$('.".$slug."_sub').show().find('input,select,textarea').removeAttr('disabled');
});";
echo "$('#".$slug."_no').click(function() {
$('.".$slug."_sub').hide().find('input,select,textarea').attr('disabled','disabled');
});";
}*/
/*foreach($disability_questions['subquestions'] as $slug=>$data) {
echo "$('.".$slug."_sub').hide().find('input,select,textarea').attr('disabled','disabled');";
echo "$('#".$slug."_yes').click(function() {
$('.".$slug."_sub').slideDown().find('input,select,textarea').removeAttr('disabled');
});";
echo "$('#".$slug."_no').click(function() {
$('.".$slug."_sub').slideUp().find('input,select,textarea').attr('disabled','disabled');
});";
}*/
if(!empty($_REQUEST)) {
echo "$('input:radio[name=category_id]').filter('[value={$_REQUEST['category_id']}]').click();\n";
}
?>
});
// Create an associative array of 'pretty name' values
var prettynames = {
category_id:"Funding Category",
cc_fname:"First Name",
cc_lname:"Last Name",
cc_addr:"Address",
cc_city:"City",
cc_state:"State",
cc_zip:"Zip",
cc_phonearea:"Phone Number Area Code",
cc_phoneprefix:"Phone Number Prefix",
cc_phoneextension:"Phone Number Ending",
cc_email:"Email Address",
app_gender:"Gender",
app_citizenship:"Citizenship",
app_age:"Your age",
app_amount_needed:"The amount needed",
app_usedescription:"Describe what you will use the money for",
app_uniqueness:"Uniqueness",
diploma:"Do you have a high school diploma or GED?",
online_business:"Would you like to start an online business to make money while you go to school if we could help pay for your training?",
serious_scale:"In a scale of 1-10 how serious are you about getting a degree online?",
college:"Have you gone to college?",
degree:"Do you have a degree?",
willing_second_degree:"Are you willing to get a second degree in business?",
have_computer:"Do you have access to a computer for taking the online classes and working on your business?",
/*applied_ssd:"Have you ever applied for Social Security Disability?",
currently_applying:"If yes, \"Are you currently receiving Social Security benefits?\"",
denied_ssd:"Have you been denied for Social Security Disability?",
stopped_work:"Have you stopped working because of a disability?",
why_cant_work:"If yes, \"Why can't you work right now?\"",
out_of_work_12_months:"Do you expect to be out of work for at least 12 months?",
treatment:"Are you currently receiving treatment from a doctor?",
worked_5_years:"Have you worked approximately five of the last ten years?",
have_attorney:"Do you have an attorney helping you with this case?"*/
};
// Utility function that returns true if a string contains only
// whitespace characters
// Taken from "Javascript: The Definitive Guide" pg. 264
function isblank(s)
{
for (var i=0; i < s.length; i++)
{
var c = s.charAt(i);
if ((c!=' ') && (c != '\n') && (c != ''))
{
return false;
}
}
return true;
}
// Credit Card Validation Javascript
// copyright 12th May 2003, by Stephen Chapman, Felgall Pty Ltd
// You have permission to copy and use this javascript provided that
// the content of the script is not changed in any way.
function validateCreditCard(s) {
// remove non-numerics
var v = "0123456789";
var w = "";
for (i=0; i < s.length; i++) {
x = s.charAt(i);
if (v.indexOf(x,0) != -1)
w += x;
}
// validate number
j = w.length / 2;
if (j < 6.5 || j > 8 || j == 7) return false;
k = Math.floor(j);
m = Math.ceil(j) - k;
c = 0;
for (i=0; i<k; i++) {
a = w.charAt(i*2+m) * 2;
c += a > 9 ? Math.floor(a/10 + a%10) : a;
}
for (i=0; i<k+m; i++) c += w.charAt(i*2+1-m) * 1;
return (c%10 == 0);
}
function verify(f)
{
// Taken from "Javascript: The Definitive Guide" pg. 264.
// Modified heavily to suit our needs
// Loop through each element of the form and validate each item
//
// Set the parameters for each field to be valid
// If a field doesn't have any modifiers it is assumed to be
// a text field that can not be blank.
var msg;
var empty_fields = "";
var errors = "";
for (var i=0; i < f.length; i++)
{
var element = f.elements[i];
//document.getElementById('errorconsole').innerHTML += element.name + ":" + element.type + "<br>";
if($(element).is(':hidden')) {
continue;
}
if ((element.name == 'cc_email')) {
if(/(.+)@(.+){2,}\.(.+){2,}/.test(element.value)) {
//valid email
} else {
errors += "- Please enter a valid email address\n";
}
} else if ((element.type == 'text' || element.type == 'textarea') && (element.name != 'granttype_other'))
{
if ( (element.value == null || element.value == "") || isblank(element.value) )
{
empty_fields += "\n " + prettynames[element.name];
continue;
}
if (element.numeric)
{
var v = parseFloat(element.value);
if (isNaN(v))
{
errors +="- The field " + prettynames[element.name] + " must be a number\n";
}
}
if ( (element.requiredlength > 0) && (element.value.length != element.requiredlength) )
{
errors += "- The field " + prettynames[element.name] + " must be " + element.requiredlength + " digits long\n";
}
}
else if (element.type == 'select-one')
{
// The first option, option[0] can not be selected
if ( (element.value == null || element.value == "" || element.selectedIndex == 0) || isblank(element.value) )
{
empty_fields += "\n " + prettynames[element.name];
continue;
}
}
else if (element.type == 'radio')
{
if (!$('[name='+element.name+']:checked').val() && empty_fields.indexOf(prettynames[element.name]) == -1)
{
empty_fields += "\n " + prettynames[element.name];
continue;
}
}
}
if (!empty_fields && !errors) { return true; }
msg = "__________________________________\n\n";
msg += "The form was not submitted because of the following error(s).\n";
msg += "Please correct these error(s) and re-submit.\n";
msg += "__________________________________\n\n";
if (empty_fields)
{
msg += "- The following required field(s) are empty:" + empty_fields + "\n";
if (errors) { msg += "\n"; }
}
msg += errors;
alert(msg);
return false;
}
function tab_phone(current,next) {
var currentfield = document.getElementById(current);
var nextfield = document.getElementById(next);
if (currentfield.value.length == 3) { nextfield.focus(); }
}
</script>
<style>
<!--
body {margin:0px auto;background-color:#FFFFFF}
body table {margin:0px auto}
.header {font:bold 10pt verdana}
.gray {width:100px;background-color:#dbd7d6;text-align:center}
.white {width:590px;background-color:#ffffff;text-align:left;font:8pt verdana;padding-top:10px}
#base {list-style-type:none;text-align:center;margin:0px auto}
#base li {display:inline;padding:4px;font:7.5pt/120% verdana}
#base a:link, #base a:visited {color:#000000;text-decoration:none}
#base a:hover, #base a:active {color:#666666;text-decoration:underline}
#white {color:#fff}
.questions {width:580px;color:#000;margin-bottom:10px; padding: 8px;}
.questions input {font: 8pt verdana;display:inline;margin:1px 3px;color:#000;background-color:#f8f8f8}
.questions select {font: 8pt verdana;margin:1px 3px;color:#000;background-color:#f8f8f8}
.q {font:bold 8pt verdana;}
.a {font:normal 8pt verdana;}
.s {font:normal 7pt verdana;}
.gray img {margin:5px}
.white p {padding-left:10px}
.white img {padding:0px 0px 5px 10px;border:0px}
table span {font:bold 8pt verdana;color:#000}
ol {margin-left:40px}
.grant_category { margin-bottom:15px; width:95% }
.grant_category .txt {cursor:pointer; border-bottom:1px dotted #333333; margin-bottom:5px}
.grant_category .img {background-repeat:no-repeat; background-position:0px 2px; padding-left:50px; height:41px !important}
.grant_category .col {width:33%}
.grant_category .hrd {font-weight:bold; text-transform:uppercase; border-bottom:1px solid #333333; height:15px}
.grant_category .hrd span {font-weight:normal; text-transform:none; font-style:italic}
table#main-categories td { border-top:1px dotted #333333; padding:7px 0; }
table#main-categories td.first { border-top:none; }
.category { }
.subcategory { float:left; width:33%; }
.grant_category input { margin:0; }
.grant_category label { font-weight: normal; text-transform: uppercase; cursor: pointer; }
.grant_category p { font-size: 9px; margin-left:24px; }
.questions td.q, .questions td.a { float:left; display:table-cell; width:47%; }
input, select, textarea { font-size: 16px !important; }
-->
</style>
<link href="responsive.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table cellpadding="2" class="size" cellspacing="0" border="0" style="margin-bottom:20px">
<tr>
<td colspan="2" id="logo" style="background:url(/images/logo.jpg) no-repeat;width:700px;height:63px"></td>
</tr>
<tr>
<td class="gray" valign="top"></td>
<td class="white">
<p class="header">USA Grant Applications Registration Form</p>
<p><i>The information you enter below is confidential and is only made available to a USA Grant Applications
Specialist. It is used to help the USA Grant Research team to find new funding opportunities for you.</i></p>
<p class="header">Step 1 of 3: Tell us about <u>You</u> and <u>Your Funding Needs</u></p>
<form action="https://www.usagrantapplications.org/order.php" method="post" name="application" target="_top" onSubmit="return verify(this);">
<table cellpadding="2" cellspacing="0" class="questions">
<tr>
<td class="q">First Name:</td>
<td class="a"><input type="text" name="cc_fname"></td>
<td class="q">Last Name:</td>
<td class="a"><input type="text" name="cc_lname"></td>
</tr>
<tr>
<td class="q">Street Address:</td>
<td class="a" colspan="3"><input type="text" name="cc_addr"></td>
</tr>
<tr>
<td class="q">City:</td>
<td class="a" colspan="3"><input type="text" name="cc_city"></td>
</tr>
<tr>
<td class="q" width="30%">State:</td>
<td class="a" colspan="3">
<select name="cc_state">
<option selected>Please Select Your State</option>
<option value="AK">Alaska</option>
<option value="AL">Alabama</option>
<option value="AR">Arkansas</option>
<option value="AZ">Arizona</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DC">District of Columbia</option>
<option value="DE">Delaware</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="IA">Iowa</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="MA">Massachusetts</option>
<option value="MD">Maryland</option>
<option value="ME">Maine</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MO">Missouri</option>
<option value="MS">Mississippi</option>
<option value="MT">Montana</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="NE">Nebraska</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NV">Nevada</option>
<option value="NY">New York</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="PR">Puerto Rico</option>
<option value="RI">Rhode Island</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VA">Virginia</option>
<option value="VT">Vermont</option>
<option value="WA">Washington</option>
<option value="WI">Wisconsin</option>
<option value="WV">West Virginia</option>
<option value="WY">Wyoming</option>
</select>
</td>
</tr>
<tr>
<td class="q" width="30%">Zip:</td>
<td class="a"><input type="text" name="cc_zip" size="10"></td>
</tr>
<tr>
<td class="q">Gender:</td>
<td class="a">
<select name="app_gender">
<option selected>Select...</option>
<option value="M">Male</option>
<option value="F">Female</option>
</select>
</td>
<td class="q">What is<br />your age?</td>
<td class="a">
<select name="app_age">
<option selected>Select...</option>
<option value="18-25">18-25</option>
<option value="26-34">26-34</option>
<option value="35-49">35-49</option>
<option value="50-65">50-65</option>
<option value="66-80">66-80</option>
<option value="80+">80 +</option>
</select>
</td>
</tr>
<tr>
<td class="q" width="30%">Day Phone:</td>
<td class="a"><input type="text" name="cc_phonearea" size="3">-<input type="text" name="cc_phoneprefix" size="3">-<input type="text" name="cc_phoneextension" size="5"></td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" class="questions">
<tr>
<td colspan="2" class="q">Choose which funding area you are interested in</td>
</tr>
<tr>
<td>
<?
if(!empty($categories['categories'])) {
?><table id="main-categories" cellpadding="2" cellspacing="0" class="grant_category"><?
$first = true;
foreach ($categories['categories'] as $id => $cat) { ?>
<tr>
<td <?= ($first) ? 'class="first"' : null; $first = false; ?>>
<input type="radio" name="category_id" id="<?=$id.'-'.$cat['slug'];?>" class="<?=$cat['slug'];?>" value="<?=$id;?>" />
<label for="<?=$id.'-'.$cat['slug'];?>" title="<?=$cat['name'];?><?=($cat['description'] != '') ? ' - '.$cat['description'] : null;?>"><?=$cat['name'];?></label>
<?=($cat['description'] != '') ? '<p>'.$cat['description'].'</p>' : null;?>
<?php if($cat['slug']=='personal') { ?>
<p class="subtext" style="clear:left;padding-top: 5px;margin: 0px 10px;font-size: 10px;font-style: italic;">*There are many Personal Assistance Programs that you can apply for as long as you meet the criteria, however there no Funding to pay off your credit cards or debt.</p>
<?php }?>
</td>
</tr>
<?
}
?></table><?
}
if(!empty($categories['subcategories'])) { ?>
<table id="subcategories" class="grant_category" cellpadding="2" cellspacing="0" style="display:none;">
<tr>
<td class="hrd" >Suggested Sub-Categories <span>(Check all that apply)</span></td>
</tr>
<tr><td style="padding-top:5px;"><?
foreach ($categories['subcategories'] as $sub_id => $subcat) { ?>
<div class="subcategory <?=implode(' ', $subcat['categories']);?>">
<input id="<?=$sub_id.'-'.$subcat['slug'];?>" type="checkbox" name="subcategories[]" value="<?=$subcat['id'];?>" />
<label for="<?=$sub_id.'-'.$subcat['slug'];?>"><?=$subcat['name'];?></label>
</div>
<?
} ?>
</td></tr>
</table><?
}
?>
</td>
</tr>
</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="1" cellspacing="0" class="questions">
<tr>
<td>How much money are you going to need?
<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>
<?
if ($granttype != 'business')
{
echo "<option value=\"$100,000 or More\">\$100,000 or More</option>";
}
else
{
?>
<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>
</td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" class="questions">
<tr>
<td colspan="2">
Describe what you will use the money for:
<textarea name="app_usedescription" cols="64" rows="6"></textarea>
</td>
</tr>
<tr>
<td colspan="2">
What unique things would separate you from other applicants applying for this money?
<textarea name="app_uniqueness" cols="64" rows="6"></textarea>
</td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" class="questions">
<tr>
<td class="q">What Email address would you like to use for your Username for your Online Funding Application Account?</td>
</tr>
<tr>
<td class="a"><input type="text" name="cc_email" size="30"> <i>(ie. yourmail@hotmail.com)</i></td>
</tr>
<tr>
<td class="s"><i>** Your email is safe. We hate spam as much as you do!!</i></td>
</tr>
<tr>
<td class="s"><i>** Your <u>Email</u> will be <u>your username</u> for the USA Grant Applications website. Please double check it to be sure it is accurate!</i></td>
</tr>
<tr>
<td>
<input type='checkbox' name="inform_me" value="1" checked /> Yes, I want to receive emails on New Funding Opportunities as well as New Tips!
</td>
</tr>
</table>
<center><input type="submit" value="" style="background:url(images/submit.jpg) top center no-repeat;width:144px;height:63px;border:0px;margin:20px auto;cursor:pointer"></center>
<input type="hidden" name="tc" value="<?= $tc; ?>">
<input type="hidden" name="form_filled_out" value="/v1/" />
<?= $trackerformparams; ?>
</form>
</td>
</tr>
</table>
<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','nav.php','header_app2.php','header_20.php','functions.includes2.php','terms_textarea.php','ads.php','footer_20.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-6317376-1");
pageTracker._trackPageview('<?= $current_page;?>');
} catch(err) {}</script>
<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"5317870"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=5317870&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>
</body>
</html>