<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
<ModulePrefs title="Student Loan Consolidation Payment Calculator" 
description="Student loan consolidation monthly payment calculator - shows your savings on federal student loan consolidation."
author="Christopher S. Penn, Financial Aid Podcast"
author_email="financialaidpodcast+widget@gmail.com"
author_location="Quincy, MA"
author_affiliation="The Student Loan Network"
title_url="http://www.StudentLoanConsolidator.com/refer.php?affil=7"
author_link="http://www.Financialaidpodcast.com"
author_aboutme="Christopher S. Penn is the Chief Technology Officer of the Student Loan Network and host of the Financial Aid Podcast."
height="301"
width="301"
screenshot="http://www.studentloanconsolidator.com/calcwidget/gadget.png"
thumbnail="http://www.studentloanconsolidator.com/calcwidget/thumbgadget.png"
> 
<Require feature="analytics" /> 
</ModulePrefs>
<Content type="html">
<![CDATA[
<script>
_IG_Analytics("UA-84190-4", "/calcgadget");
</script>
<script type="text/javascript" language="javascript">

function get(obj) {

var getstr = "http://www.studentloanconsolidator.com/calcwidget/get.php?r1=" + encodeURI( document.getElementById("r1").value ) +
"&r2=" + encodeURI( document.getElementById("r2").value ) +
"&r3=" + encodeURI( document.getElementById("r3").value ) +
"&r4=" + encodeURI( document.getElementById("r4").value ) +
"&r5=" + encodeURI( document.getElementById("r5").value ) +
"&b1=" + encodeURI( document.getElementById("b1").value ) +
"&b2=" + encodeURI( document.getElementById("b2").value ) +
"&b3=" + encodeURI( document.getElementById("b3").value ) +
"&b4=" + encodeURI( document.getElementById("b4").value ) +
"&b5=" + encodeURI( document.getElementById("b5").value );

_IG_FetchContent(getstr, function (responseText){
document.getElementById('myspan').innerHTML = responseText;
}
);
}

</script>

<style type="text/css">
<!--
body,table,h1,h2,h3{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
}
.input{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
}
.output{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
}
-->
</style>
<table width="302" border="0" cellspacing="0" cellpadding="0"><tr><td>
<div id="input">
<form action="javascript:get(document.getElementById('myform'));" name="myform" id="myform">
<table width="300" border="1" cellspacing="0" cellpadding="3">
<tr>
<td colspan="2" style="background-color:#ccFFFF;color:#0000FF;font-size:11px;"><p align="center" style="margin-top:0px;margin-bottom:0px;"><strong><a href="http://www.studentloanconsolidator.com" target="_blank">Student Loan Consolidation Payment Calculator</a></p> </strong></td>
</tr>
<tr>
<td width="50%">Amount (e.g. 15000) </td>
<td width="50%">Rate (e.g. 3.50) </td>
</tr>
<tr>
<td width="50%">$
<label>
<input name="b1" type="text" id="b1" size="7" maxlength="7" />
.00</label></td>
<td width="50%"><input name="r1" type="text" id="r1" size="5" maxlength="5" />
%</td>
</tr>
<tr>
<td width="50%">$
<label>
<input name="b2" type="text" id="b2" size="7" maxlength="7" />
.00</label></td>
<td width="50%"><input name="r2" type="text" id="r2" size="5" maxlength="5" />
%</td>
</tr>
<tr>
<td width="50%">$
<label>
<input name="b3" type="text" id="b3" size="7" maxlength="7" />
.00</label></td>
<td width="50%"><input name="r3" type="text" id="r3" size="5" maxlength="5" />
%</td>
</tr>
<tr>
<td width="50%">$
<label>
<input name="b4" type="text" id="b4" size="7" maxlength="7" />
.00</label></td>
<td width="50%"><input name="r4" type="text" id="r4" size="5" maxlength="5" />
%</td>
</tr>
<tr>
<td width="50%">$
<label>
<input name="b5" type="text" id="b5" size="7" maxlength="7" />
.00</label></td>
<td width="50%"><input name="r5" type="text" id="r5" size="5" maxlength="5" />
%</td>
</tr>
</table>
<br>
<div align="center">
<input type="button" name="button" value="Calculate your savings" 
onclick="get(this.parentNode);document.getElementById('input').style.display='none';document.getElementById('output').style.display='';">
</form>
<p><b>Need more help? Call toll-free: (877) 328-1565)<br>or <a href="http://www.studentloanconsolidator.com/contact/" target="_blank">click here to email us</a>.</b></p>
<p>A service of the <a href="http://www.studentloannetwork.com">Student Loan Network</a></p>
</div></div>
<div id="output">
<span name="myspan" id="myspan"></span>
</div>
</td></tr></table>
]]>

</Content>
</Module>