<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Value of Money" 
category="finance" description="Value of Money calculates how much spending money you make per hour.  You can make better decisions about how you spend your money if you know the real value of your money." height="250" width="250" author="Christopher Johnson" 
author_email="cajpersonalfinance@gmail.com" author_location="Charleston, WV" 
thumbnail="http://christopheraaronjohnson.net/Blog/wp-content/images/valueofmoney.JPG"
author_affiliation="Independent" 
screenshot="http://christopheraaronjohnson.net/Blog/wp-content/images/valueofmoney.JPG"
title_url="http://christopheraaronjohnson.net"
 />
<Content type="html"><![CDATA[

<html>
<head>
<link rel="stylesheet" type="text/css" href="http://christopheraaronjohnson.net/Blog/wp-downloads/Scripts/style.css" />
<title>Credit Card Payoff Calculator</title>
<meta name="keywords" content="credit card, debt, payoff" />
<meta name="description" content="This is a free online calculator to determine credit card payoff." />
</head>
<body>
<center><div style="width:250px;height:250px;border:2px solid green;background-color:99FFFF;">
<p align=center><strong>Value of Money</strong>
<h6>How much do you work for your spending money?</h6></p>
<form name=calc>
<table><tr>
<td>Net Monthly Income</td>
<td>Total Monthly Expenses</td>
<td>Hours Worked Monthly</td>
<td>Value of Money</td>
</tr><tr>
<td><input class="text" name="income" size="5" type="text" /></td>
<td><input class="text" name="expenses" size="5" type="text" /></td>
<td><input class="text" name="workhours" size="5" type="text" /></td>
<td><input style="background-color:#CCCCCC;" class="text" name="moneyvalue" size="5" type="text" /></td>
</tr></table>
<input onclick="this.form.moneyvalue.value = Math.round((this.form.income.value - this.form.expenses.value) 
/ this.form.workhours.value * 100) / 100" name="go" size="20" type="button" 
value="Calculate" />
<p><h6>This is how much money you make per hour after expenses. That is the value of your money.</h6></p>
<table align="center">
<tr align="center"><td style="font-size:12px;"><a href="http://christopheraaronjohnson.net/" target="_blank">
More Free Calculators</a></td>
<td style="font-size:12px;">
<a href="http://christopheraaronjohnson.net/Blog/the-value-of-money/" target="_blank">Help</a>
</td></tr></table>
</div></center>
</body>
</html>

]]></Content>
</Module>

















