From: <Saved by Windows Internet Explorer 7>
Subject: RCLPC Tithe Calculator
Date: Mon, 3 Mar 2008 09:26:48 -0600
MIME-Version: 1.0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.nacba.net/tithe.htm
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>RCLPC Tithe Calculator</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<SCRIPT language=3DJavaScript>


function floor(number)
{
  return Math.floor(number*Math.pow(10,2))/Math.pow(10,2);
}
function dosum()
{
  document.tithe.fully.value =3D floor(document.tithe.annual.value * .1)
  document.tithe.halfy.value =3D floor(document.tithe.annual.value * =
.05)
  document.tithe.quartery.value =3D floor(document.tithe.annual.value * =
.025)
  document.tithe.fullm.value =3D floor(document.tithe.annual.value * .1 =
/ 12)
  document.tithe.halfm.value =3D floor(document.tithe.annual.value * .05 =
/ 12)
  document.tithe.quarterm.value =3D floor(document.tithe.annual.value * =
.025 / 12)
  document.tithe.fullw.value =3D floor(document.tithe.annual.value * .1 =
/ 52)
  document.tithe.halfw.value =3D floor(document.tithe.annual.value * .05 =
/ 52)
  document.tithe.quarterw.value =3D floor(document.tithe.annual.value * =
.025 / 52)
  document.tithe.fulld.value =3D floor(document.tithe.annual.value * .1 =
/ 365)
  document.tithe.halfd.value =3D floor(document.tithe.annual.value * .05 =
/ 365)
  document.tithe.quarterd.value =3D floor(document.tithe.annual.value * =
.025 / 365)
  document.temps.Q.value =3D floor(document.temps.C.value  * 100 / =
document.temps.I.value)
  document.temps.A.value =3D floor(document.temps.I.value * =
document.temps.P.value / 100  )
  document.temps.D.value =3D floor(document.temps.A.value - =
document.temps.C.value)
}

</SCRIPT>

<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 vLink=3D#996600 aLink=3D#999933 link=3D#006633 =
bgColor=3D#ffffff>
<P align=3Dleft>If you'd like some assistance in calculating =
proportional giving,=20
here are two valuable tools. Either or both may be helpful in =
considering the=20
financial commitment you believe is appropriate. <BR>The first =
calculates=20
percentages of your total income, making it easy to figure how much to=20
contribute on a regular basis <BR>The second makes it possible to =
determine what=20
proportion/percentage of total income you are currently contributing =
through the=20
church.=20
<FORM name=3Dtithe>
<CENTER>
<H2><FONT color=3D#006633>Tithe Calculator</FONT></H2></CENTER>
<CENTER><FONT color=3D#006633>TO FIND OUT HOW MUCH YOUR TITHE WOULD=20
BE,<BR></FONT>enter your annual income and press the 'Calculate' button. =
<BR>Use=20
only numbers, no commas or dollar signs.</FONT></CENTER>
<CENTER><B>Your Annual Income</B> <BR><INPUT onchange=3Ddosum() =
size=3D10=20
name=3Dannual></CENTER>&nbsp;=20
<CENTER>
<TABLE width=3D500 border=3D0>
  <TBODY>
  <TR>
    <TD>&nbsp;</TD>
    <TD><B>Full Tithe (10%)</B></TD>
    <TD><B>1/2 Tithe (5%)</B></TD>
    <TD><B>1/4 Tithe (2.5%)</B></TD></TR>
  <TR>
    <TD><B>$ Per Year</B></TD>
    <TD><INPUT size=3D10 name=3Dfully></TD>
    <TD><INPUT size=3D10 name=3Dhalfy></TD>
    <TD><INPUT size=3D10 name=3Dquartery></TD></TR>
  <TR>
    <TD><B>$ Per Month</B></TD>
    <TD><INPUT size=3D10 name=3Dfullm></TD>
    <TD><INPUT size=3D10 name=3Dhalfm></TD>
    <TD><INPUT size=3D10 name=3Dquarterm></TD></TR>
  <TR>
    <TD><B>$ Per Week</B></TD>
    <TD><INPUT size=3D10 name=3Dfullw></TD>
    <TD><INPUT size=3D10 name=3Dhalfw></TD>
    <TD><INPUT size=3D10 name=3Dquarterw></TD></TR>
  <TR>
    <TD><B>$ Per Day</B></TD>
    <TD><INPUT size=3D10 name=3Dfulld></TD>
    <TD><INPUT size=3D10 name=3Dhalfd></TD>
    <TD><INPUT size=3D10 =
name=3Dquarterd></TD></TR></TBODY></TABLE></CENTER>&nbsp;=20
<CENTER>
<TABLE border=3D0>
  <CAPTION align=3Dtop></CAPTION>
  <TBODY>
  <TR>
    <TD align=3Dmiddle colSpan=3D2><INPUT onclick=3Ddosum() =
type=3Dbutton =
value=3DCalculate></TD></TR></TBODY></TABLE></CENTER></FORM>
<CENTER><FONT color=3D#006633>TO FIND OUT WHAT PERCENTAGE OF YOUR INCOME =
YOU ARE=20
CURRENTLY GIVING,<BR></FONT>enter your annual income, your annual giving =
and=20
your giving goal<BR>and press the 'Calculate' button</CENTER>
<FORM name=3Dtemps>
<CENTER>
<TABLE width=3D600 border=3D0>
  <TBODY>
  <TR vAlign=3Dtop>
    <TD>
      <TABLE border=3D0>
        <TBODY>
        <TR>
          <TD><B>Your Information:</B> <BR>&nbsp;</TD></TR>
        <TR>
          <TD>Your Annual Income:</TD>
          <TD><INPUT onchange=3Ddosum() size=3D6 name=3DI></TD></TR>
        <TR>
          <TD>Your Annual Contribution:</TD>
          <TD><INPUT onchange=3Ddosum() size=3D6 name=3DC></TD></TR>
        <TR>
          <TD>What Percentage of Your Income&nbsp; <BR>Would You Like to =
Be=20
            Giving?</TD>
          <TD><INPUT onchange=3Ddosum() size=3D6 name=3DP></TD></TR>
        <TR>
          <TD>&nbsp;</TD>
          <TD align=3Dmiddle colSpan=3D2><BR><INPUT onclick=3Ddosum() =
type=3Dbutton value=3DCalculate></TD></TR></TBODY></TABLE></TD>
    <TD>
      <TABLE border=3D0>
        <TBODY>
        <TR vAlign=3Dtop>
          <TD><B>Results:</B></TD>
          <TD>&nbsp; <BR>&nbsp;</TD></TR>
        <TR>
          <TD>Current Contribution as % of Income</TD>
          <TD><INPUT size=3D10 name=3DQ></TD></TR>
        <TR>
          <TD>Amount Specified by Percent&nbsp; <BR>of Income Goal</TD>
          <TD><INPUT size=3D10 name=3DA></TD></TR>
        <TR>
          <TD>Difference</TD>
          <TD><INPUT size=3D10=20
name=3DD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER></F=
ORM><BR>&nbsp;=20

<P>
<HR>

<P>Churches are welcome to create a hyperlink to this webpage.<BR>For=20
Information on the National Association of Church Business =
Administration=AE <A=20
href=3D"http://nacba.net/" target=3D_blank>click here<BR></A><FONT =
face=3DArial=20
size=3D1>Calculator provided by Crystal Lake Presbyterian Church in =
Crystal Lake,=20
Illinois</FONT></P></BODY></HTML>
