");
av +=("
" + "Email Id : " + document.getElementById('email').value + ""); av +=("
Human Error Factor"); av +=(""); av +=("You stated your inaccuracy in calculation of payroll hours by manually adding time cards or time sheets is approximately " + document.getElementById('error').value + "%." + "
"); av +=(""); av +=("
"); av +=(" Number of Employees " + document.getElementById('emplnum').value + " "); av +=(" Average Hourly Rate $" + document.getElementById('emplwage').value + " "); av +=(" Average Hours Per Week " + document.getElementById('hours').value + " "); av +=(" Total Weekly Payroll $" + doRound(total) + " "); av +=(" Your Estimated Human Error Factor " + document.getElementById('error').value + "% "); av +=("
Weekly Savings
$" + newErr + "
Audit Savings"); av +=(""); av +=("Your estimate for manually auditing and entry of time cards takes " + document.getElementById('audit').value + " minutes per card each week. An automated time and attendance system will reduce that to 1 minute." + "
"); av +=(""); av +=("
"); av +=(" Number of Employees " + document.getElementById('emplnum').value + " "); av +=(" Audit Minutes Saved " + Number(document.getElementById('audit').value - 1) + " "); av +=(" Total Minutes Saved Weekly " + Number((document.getElementById('audit').value - 1) * document.getElementById('emplnum').value) + " "); av +=(" Total Hours Saved Weekly " + auditHour + " "); av +=(" Rate Of Person Doing Audits $" + doRound(document.getElementById('auditwage').value) + " "); av +=("
Audit Person's Labor Savings
$" + auditsave + "
Lost Time Savings"); av +=(""); av +=("Lost time primarily consists of wages recaptured by our rounding and restriction capabilities. To calculate this lost time, you assumed an average of " + document.getElementById('timelost').value + " minutes per day are lost." + "
"); av +=(""); av +=("
"); av +=(" Your Assumed Lost Productivity " + document.getElementById('timelost').value + " "); av +=(" Average Employee's Rate $" + document.getElementById('emplwage').value + " "); av +=(" Average Wages Overpaid Daily $" + dailylost + " "); av +=(" Average Wages Overpaid Weekly $" + weeklost + " "); av +=("
Total Wages Recaptured
$" + weeklost + "
By Installing A Time America System, Your Savings Would Be:"); av +=(""); av +=(""); av +=("
"); av +=(" Total Daily Savings: $" + daySave + " "); av +=(" Total Weekly Savings: $" + weekSave + " "); av +=(" Total Monthly Savings: $" + monthSave + " "); av +=("
Total Annual Savings:
$" + yearSave + "