| 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/surf_sites/workathomeapplication.com/ |
Upload File : |
<?
header("Location: https://usworkathomesolutions.com");
exit(0);
include($_SERVER['DOCUMENT_ROOT'].'/lib/inc.php');
?>
<?php if($phone) { ?>
<style>
.testimonial video {
width:100%;
}
.testimonial audio {
width: 100%;
}
#video_testimonials {
position: relative;
width:320px;
text-align:center;
margin:0px auto;
}
#video_testimonials img {
width: 100%;
max-width: 100%;
height: auto;
}
.testimonial {
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
}
.testimonial h1 {
font-size: 1em;
}
.testimonial h1 a {
color: #A92733;
}
.testimonial_info {
width:300px;
}
</style>
<?php } else { ?>
<script src="/js/pinterest_grid.js"></script>
<script>
$(document).ready(function() {
$('#video_testimonials').pinterest_grid({
no_columns: 3,
padding_x: 10,
padding_y: 10,
margin_bottom: 50,
single_column_breakpoint: 500
});
});
</script>
<style>
.testimonial video {
width:100%;
}
.testimonial audio {
width: 100%;
}
#video_testimonials {
position: relative;
max-width: 100%;
width: 100%;
}
#video_testimonials img {
width: 100%;
max-width: 100%;
height: auto;
}
.testimonial {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
}
.testimonial h1 {
font-size: 1em;
}
.testimonial h1 a {
color: #A92733;
}
.testimonial_info {
width:390px;
}
</style>
<?php } ?>
<div class="row">
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="rb f20 bold dark-gray p10 center" style="margin-top:20px; margin-bottom:0px;">
Interested in working from the comfort of your home?
<br>
<span class="red">Then this is the job for you!!</span>
<br>
Here are a few details about the job and what is expected.
</div>
</div>
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
</div>
<?
/*
<div class="rb cc" style="width:100%; padding-bottom:20px;" >
<div class="rb top cc p10 f28 bold red" ng-show="!newApplication.position_applying_for"
style="padding-bottom:0px; padding-top:32px;">
To Start Select a Position
</div>
<div class="f24 bold cc p10 gray">
What position are you applying for?
</div>
<div class="rib cc pointer" style="margin-right:<?=$phone ? 0 : 10?>px; width:150px;"
ng-click="newApplication.position_applying_for = 'position_work_from_home'">
<div class="rib border cc" style="width:96px; height:96px; border-radius:48px; border-width:4px;"
ng-class="newApplication.position_applying_for == 'position_work_from_home' ? 'blue-border light-gray-bg blue' : 'gray'">
<div class="cd">
<div class="rb glyphicons glyphicons-headset f40 cc" style="top:-3px; left:0px;"></div>
</div>
<div class="cdl"></div>
</div>
<div class="rb cc f18 bold">
Tele-Sales
</div>
</div>
<div class="rib cc pointer" style="margin-left:<?=$phone ? 0 : 10?>px; width:150px;"
ng-click="newApplication.position_applying_for = 'position_cs'">
<div class="rib border cc" style="width:96px; height:96px; border-radius:48px; border-width:4px;"
ng-class="newApplication.position_applying_for == 'position_cs' ? 'blue-border light-gray-bg blue' : 'gray'">
<div class="cd">
<div class="rb glyphicons glyphicons-heartbeat f40 cc" style="top:3px; left:1px;"></div>
</div>
<div class="cdl"></div>
</div>
<div class="rb cc f18 bold">
Customer Support
</div>
</div>
<div class="rb top cc p20 f18 bold gray" style="margin-bottom:200px;" ng-show="!newApplication.position_applying_for">
Please select "Tele-Sales" or "Customer Service"
</div>
</div>
*/
?>
<div class="row">
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="rb p10 f18 bold dark-blue">
WHO WE ARE
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
Since 2003, US Business Funding Solutions has been the leader in education for grant application and funding proposal preparations services.
</div>
<div class="p10 justified" style="padding-top:0px;">
We have helped thousands of people apply for funding by taking the guesswork out of the grant application research stage. Some of the professionals who work for U.S. Business Funding Solutions have been helping their clients acquire various types of funding for over 20 years. They are true veterans in the funding acquisition arena.
</div>
<div class="p10 justified" style="padding-top:0px;">
We are members of the US Chamber of Commerce and registered with Dun & Bradstreet.
<center>
<img src="/images/us_chamber_of_commerce.png" style="height:100px;" />
<img src="/images/d_and_b.png" style="height:100px;" />
</center>
</div>
<div class="p10 justified" style="padding-top:0px;">
We believe that education, through hands-on assistance, is the key to finding the funding needed by thousands of individuals in many different walks of life to help them achieve their business and other funding goals.
</div>
</div>
<h1>Testimonials from our team</h1>
<div id="video_testimonials">
<?php
function get_time_from_hire_date($hire_date) {
$seconds = strtotime(date('Y-m-d')) - strtotime($hire_date);
$days = $seconds/86400;
$months = round($days/30);
if($months>12) {
$years = floor($months/12);
if($years==1) {
return '1 year';
} else {
return $years.' years';
}
} else {
if($months<=1) {
return '1 month';
} else {
return $months.' months';
}
}
return '1 year';
}
$testimonials = $db->get_results("SELECT t.*,e.first_name,e.hire_date
FROM workathomeapplication_site.testimonial_videos t
LEFT JOIN surfcrm.employees e ON e.username=t.employee_username
ORDER BY RAND()");
$testimonial_backgrounds = array(
'#4083c6'
,'#8ca8ca'
,'#c56750'
);
foreach($testimonials as $t) {
?>
<article class="testimonial" style="background: <?= $testimonial_backgrounds[rand(0,count($testimonial_backgrounds)-1)];?>;">
<?php if($t->file_type=='video') { ?>
<div class="testimonial_info">
<div class="testimonial_name"><?= ucwords(strtolower($t->first_name));?>, <?= get_time_from_hire_date($t->hire_date);?></div>
<video src="<?= $t->url;?>" controls />
</div>
<?php } else { ?>
<div style="">
<div class="testimonial_name"><?= ucwords(strtolower($t->first_name));?>, <?= get_time_from_hire_date($t->hire_date);?></div>
<div class="testimonial_info">
<div class="employee_pic">
<img src="https://surfcrm.com/images/employees/big/<?= $t->employee_username;?>.jpg" onerror="$(this).css('display','none');" />
</div>
<audio src="<?= $t->url;?>" controls />
</div>
</div>
<?php } ?>
</article>
<?php
}
?>
</div>
<div class="rb p10 f18 bold dark-blue">
THE SERVICE YOU WILL BE SELLING
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
<img class="imgleft" src="/images/woman5.png" style="width:310px;" align="{{phone == 'true' ? 'none' : 'left'}}" hspace="10" vspace="10" />
You will be working as an independent contractor from your home selling a service over the
phone for a company who has been in business for over 10 years. This is
<span class="red"><u>NOT</u></span> a multi-level marketing (MLM) opportunity
or a home-based business you will be starting. You will sign people up over the phone for a
monthly grant application service. The customers pay a monthly fee to have access to a list
of thousands of grant applications listed on one of our websites.
<div class="" style="height:10px;"></div>
We have hired a team of grant researchers who locate the funding applications so these people
don't have to. They update the websites with the newest funding applications as they become
available. Once they sign up with our service, we give them a username and password so they
can start filling out the applications. Your job is to sell them the Application Service for
the full price listed on the websites or for a discounted amount if you feel this is the only
way to get them to buy.
</div>
<div class="p10 justified" style="padding-top:0px;">
The people you will call will be people who have expressed an interest over the Internet in
applying for a grant of some kind and who are happy to have someone call them back. Some want
to apply for a grant to go back to school, fund an invention, write a book, restore a historical
or cultural building or site, invest in real estate, expand a current business or start a new
business, and they need a grant, or some type of funding, to help them do so. In other words,
you would be calling "warm" leads, people who are interested in our service. You would not be
"cold" calling!
</div>
<div class="p10 justified" style="padding-top:0px;">
These warm leads have started the online registration process but have stopped for one reason
or another. They usually stop once they are asked for the processing fee. You will be calling
them within minutes of filling out their initial information if they don't pay for it online.
The processing fee pays our grant researchers to find and post all new grant funding proposals
and for out 24-hour support team that can help if they have any questions.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
PHONE:
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
<img src="/images/woman4.jpg" style="width:310px;" align="{{phone == 'true' ? 'none' : 'right'}}" hspace="10" vspace="10" />
You will be using a softphone on your computer that includes a recording device that allows all
the calls to be recorded. It is tied in to our main phone system, which allows us to monitor your
calls at any time. The phone cannot be used for personal phone calls or other business calls for
any reason.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
PHONE TIME EXPECTATIONS:
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
Ideally we would like the employee to work 30-40 hours per week on the phone. During the training
period we will be flexible with the hours you are able to work in order to accommodate your schedule.
<br>
<strong>The minimum required hours is 10 hours per week.</strong>
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
AVERAGE DIALS PER HOUR:
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
As a guideline, the average person working in house makes 20 dials per hour. There is no minimum
or maximum dials required per hour when you work from home.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
FLEXIBLE WORK HOURS:
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
There are no specific work hours you are required to work. You are free to call at different times
of the day as long as you strictly adhere to the telemarketing time zone requirements for each of
the 6 time zones you will be calling. You will be given those hours in your training.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
HIGH SPEED INTERNET & COMPUTER
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
You will be required to have a computer with high speed internet capabilities with <strong>5 mbps upload and 5 mbps download</strong>.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
HEAD SETS AND BACKGROUND NOISE
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
You will need to have to have a quiet place to call, where you will not be interrupted with background
noise from children or other individuals who might enter the room while you are calling. You will be required
to wear a headset to block out any unforeseen noises.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
COMPENSATION
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
You will be paid <strong>$10 PER HOUR PLUS COMMISSIONS.</strong> Full compensation details are in the training section of
our website.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
PAY PERIOD
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
Your checks will be deposited directly into your checking account as a direct deposit once a week. You will
receive your first paycheck on the 2nd Friday after your first full week of employment.
</div>
</div>
</div>
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
</div>
<div class="row" ng-show="newApplication.position_applying_for == 'position_cs'">
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="rb p10 f18 bold dark-blue">
THE SERVICE YOU WILL BE PROVIDING CUSTOMER SERVICE FOR
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
<img class="imgleft" src="/images/man2.jpg" style="width:310px;" align="{{phone == 'true' ? 'none' : 'left'}}" hspace="10" vspace="10" />
You will be working as an independent contractor from your home selling a service over the
phone for a company who has been in business for over 10 years. This is
<span class="red"><u>NOT</u></span> an Multi-Level Marketing (MLM) opportunity
or a home-based business you will be starting. You will sign people up over the phone for a
monthly grant application service. The customers pay a monthly fee to have access to a list
of thousands of grant applications listed on one of our websites.
<div class="" style="height:10px;"></div>
We have hired a team of grant researchers who locate the funding applications so these people
don't have to. They update the websites with the newest funding applications as they become
available. Once they sign up with our service, we give them a username and password so they
can start filling out the applications. Your job is to sell them the Application Service for
the full price listed on the websites or for a discounted amount if you feel this is the only
way to get them to buy.
</div>
<div class="p10 justified" style="padding-top:0px;">
You will be answering inbound calls, answering questions, responding to emails, saving clients who
want to cancel by reducing the cost of the program, searching for new grant applications on the
internet, providing quality assurance for sales calls, etc.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
PHONE
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
<img src="/images/woman3.jpg" style="width:310px;" align="{{phone == 'true' ? 'none' : 'right'}}" hspace="10" vspace="10" />
You will be using a softphone on your computer that includes a recording device that allows all
the calls to be recorded. It is tied in to our main phone system, which allows us to monitor your
calls at any time. The phone cannot be used for personal phone calls or other business calls for
any reason.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
WORK HOURS
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
We are looking for someone someone to work at least 20 hours per week.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
HIGH SPEED INTERNET & COMPUTER
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
You will be required to have high speed internet capabilities with 5 Megs DOWN and 1 megabit UPLOAD
speed and a computer in order to work from home.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
HEADSETS AND BACKGROUND NOISE
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
You will need to have a quiet place to call, where you will not be interrupted with background
noise from children or other individuals who might enter the room while you are calling. You will be
required to wear a headset to block out any unforeseen noises.
</div>
</div>
<div class="rb p10 f18 bold dark-blue">
PAY PERIOD
</div>
<div class="f16 dark-gray">
<div class="p10 justified" style="padding-top:0px;">
Your checks will be deposited directly into your checking account as a direct deposit once a week. You will
receive your first paycheck on the 2nd Friday after your first full week of employment.
</div>
</div>
</div>
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
</div>
<div class="row" style="height:40px;"></div>
<div class="row">
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12 relative">
<div class="container-fluid" ng-controller="jobApplication">
<form id="startForm" name="startForm" method="post" ng-submit="sendApplication()">
<div class="row" ng-class="phone == 'true' ? '' : 'blue-border'">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 blue-bg">
<div class="rb p20 f24 bold white">
<span class="glyphicons glyphicons-folder-closed glyphicons-fw"></span> Application
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"
ng-class="phone == 'true' ? '' : 'p20'">
<div class="rb top" ng-class="phone == 'true' ? 'block center' : 'iblock'">
<label class="bigLabel dark-blue top"
ng-class="startForm.methodofmedia.$touched && startForm.methodofmedia.$invalid ? 'red' : ''">
<div ng-class="phone == 'true' ? 'p10' : ''">
How Did You Hear About Us?
</div>
<br>
<div class="rib top">
<select name="methodofmedia" ng-model="newApplication.methodofmedia" required>
<option value="">-- Select One--</option>
<option value="Indeed.com">Indeed.com</option>
<option value="Workforce Services">Workforce Services</option>
<option value="Craigslist">Craigslist</option>
<option value="LDS Employment">LDS Employment</option>
<option value="SouthernUtahHelpWanted.com">SouthernUtahHelpWanted.com</option>
<option value="Dixie State University">Dixie State University</option>
<option value="other">Other</option>
</select>
</div>
<div class="rib top" ng-show="newApplication.methodofmedia == 'other'"
style="margin-left:20px;">
<div class="rib f16 dark-blue">
Who told you?
<input type="text" ng-model="newApplication.other" name="other" ng-required="newApplication.methodofmedia == 'other'"/>
</div>
<div class="validator" ng-show="startForm.other.$invalid && startForm.other.$touched && newApplication.methodofmedia == 'other'"
style="width:200px; top:44px; left:100px;">
<div class="invalidArrowUp"></div>
<div class="rib center-center f12">
Please explain
</div>
<div class="rib center-center" style="width:0px; height:100%; margin-left:-1px;">
</div>
</div>
</div>
</label>
</div>
<div class="row" style="height:16px;"></div>
<? //==================================================================================================// ?>
<div class="gray-border" style="border-left:0px; border-right:0px; border-bottom:0px;"></div>
<div class="rb p20 f24 bold dark-gray center">
<span class="glyphicons glyphicons-nameplate glyphicons-fw" style="margin-top:-1px;"></span>
Personal Information
</div>
<div class="rb p10 f16" style="padding-top:0px;" ng-include="'/applications/inc/personalInformation.php'">
<div class="fa fa-spinner fa-pulse fa-3x fa-fw f32 dark-red"></div>
</div>
<? //==================================================================================================// ?>
<?php /*
<div class="gray-border" style="border-left:0px; border-right:0px; border-bottom:0px;"></div>
<div class="rb p20 f24 bold dark-gray center">
<span class="glyphicons glyphicons-education glyphicons-fw" style="margin-top:-1px;"></span>
Education Status
</div>
<div class="rb p10 f16" style="padding-top:0px;">
<div class="container-fluid" ng-include="'/applications/inc/educationQuestions.php'">
<div class="fa fa-spinner fa-pulse fa-3x fa-fw f32 dark-red"></div>
</div>
<div class="rb" style="height:20px;"></div>
</div>
*/ ?>
<? //==================================================================================================// ?>
<div class="gray-border" style="border-left:0px; border-right:0px; border-bottom:0px;">
</div>
<div class="rb p20 f24 bold dark-gray center">
<span class="glyphicons glyphicons-notes-2 glyphicons-fw" style="margin-top:-1px;"></span>
Position Checklist
</div>
<div class="rb f16" style="padding-top:0px;">
<div class="container-fluid" ng-include="'/applications/inc/applicationQuestions.php?d=<?=time()?>'">
<div class="fa fa-spinner fa-pulse fa-3x fa-fw f32 dark-red"></div>
</div>
</div>
<? //==================================================================================================// ?>
<div class="gray-border" style="border-left:0px; border-right:0px; border-bottom:0px;">
</div>
<div class="rb p20 f24 bold dark-gray center">
<span class="glyphicons glyphicons-industrial-zone glyphicons-fw" style="margin-top:-2px;"></span>
Previous Employers
</div>
<div class="rb f16" style="padding-top:0px;">
<div class="container-fluid" ng-include="'/applications/inc/previousEmployers.php'">
<div class="fa fa-spinner fa-pulse fa-3x fa-fw f32 dark-red"></div>
</div>
</div>
<? //==================================================================================================// ?>
<?php /*
<div class="gray-border" style="border-left:0px; border-right:0px; border-bottom:0px;">
</div>
<div class="rb p20 f24 bold dark-gray center">
<span class="glyphicons glyphicons-parents glyphicons-fw" style="margin-top:-2px;"></span>
References
</div>
<div class="rb f16" style="padding-top:0px;">
<div class="container-fluid" ng-include="'/applications/inc/references.php'">
<div class="fa fa-spinner fa-pulse fa-3x fa-fw f32 dark-red"></div>
</div>
</div>
*/ ?>
<? //==================================================================================================// ?>
<div class="rb p20 center">
<button type="submit" class="btn btn-success btn-lg" ng-show="updateApplication == 'false'">
<span class="glyphicons glyphicons-playing-dices f24"></span>
<div class="rib" style="top:7px; margin-right:10px;">
Submit Application
</div>
</button>
<button type="submit" class="btn btn-danger btn-lg" ng-show="updateApplication == 'true'">
<span class="glyphicons glyphicons-floppy-open f24"></span>
<div class="rib" style="top:7px; margin-right:10px;">
Save Application
</div>
</button>
<button type="button" class="absolute btn btn-info btn-lg fright" ng-show="updateApplication == 'true' && phone == 'false'"
onclick="window.location = '/applicants/'" style="right:10px;">
<div class="rib" style="top:7px; margin-left:10px;">
Next Step
</div>
<span class="glyphicons glyphicons-circle-arrow-right f24"></span>
</button>
<button type="button" class="btn btn-info btn-lg" ng-show="updateApplication == 'true' && phone == 'true'"
onclick="window.location = '/applicants/'" style="margin-top:10px;">
<div class="rib" style="top:7px; margin-left:10px;">
Next Step
</div>
<span class="glyphicons glyphicons-circle-arrow-right f24"></span>
</button>
<div id="saving" class="saving absolute block white-bg center-center"
style="width:100%; height:100%; top:0px; left:0px; display:none;">
<div class="rib center-center f18 bold dark-red">
<div class="fa fa-spinner fa-pulse fa-3x fa-fw f32 dark-red"></div>
<br>
Saving
</div>
<div class="rib center-center" style="width:0px; height:100%; margin-left:-1px;">
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs"></div>
</div>
<?
include($_SERVER['DOCUMENT_ROOT'].'/layout/body.php');
?>