<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="numerology gadget"
render_inline="optional"
title_url="http://www.numerologygadget.com/"
directory_title="Numerology Gadget"
description="Discover your Numerology Number and what it means to your Life Path. "
author="Jason G."
author_email="info@findthefrequency.com"
screenshot="http://www.numerologygadget.com/numerologygadgetscr.png"
thumbnail="http://www.numerologygadget.com/thumb.png"
category="lifestyle" category2="funandgames"
height="280"
width="250"
/>

<Content type="html"><![CDATA[
<script language="JavaScript" type="text/javascript">
<!--
function StringTo1Digit(strg) {
var cume = 0, i, poz, cha
strg = "" + strg
for ( i = 0; i < strg.length; i++ )
{
cha = strg.charAt(i).toUpperCase();
poz = "123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ".indexOf(cha)
if ( poz >= 0 )
{
cume = cume + eval( "0" + "123456789123456789123456789123456789".charAt(poz) ) ;
}
}
cume = "" + cume;
while ( cume.length > 1 )
{
cume = eval(cume.charAt(0)) + eval(cume.substring(1,50));
cume = "" + cume;
}
if (cume == 0)
{
cume = 9
}
return cume;
}

function ComputeTotal(obj) {
var cume = 0, MonthDigit, DayDigit, YearDigit;
MonthDigit = StringTo1Digit(obj.BirthMonth.value);
DayDigit = StringTo1Digit(obj.BirthDay.value );
YearDigit = StringTo1Digit(obj.BirthYear.value );
cume = MonthDigit + DayDigit + YearDigit
cume = StringTo1Digit(cume);
obj.Total.value = " " + cume;
obj.verify.value = obj.BirthMonth.value + "/" + obj.BirthDay.value + "/" + obj.BirthYear.value;
if (obj.BirthYear.value.length < 4 )
{
obj.verify.value = "YEAR?";
cume = -1
}
if (cume < 1 )
{
obj.Total.value = " - ";
}
}
</script>
<div style="text-align:center; background-image:url('http://www.numerologygadget.com/background.png'); background-repeat:no-repeat; width:250px; height:280px; padding-top:20px;">
<form action="">
<p>
<label style="margin-right:5px; font-family:tahoma; font-size:9pt;">Birth Month (1-12):</label> <input type="text" name="BirthMonth" size="5" /><br/>
<label style="margin-right:20px; font-family:tahoma; font-size:9pt;">Birth Day (1-31):</label> <input type="text" name="BirthDay" size="5" /><br/>
<label style="margin-right:15px; font-family:tahoma; font-size:9pt;"> Birth Year (xxxx):</label> <input type="text" name="BirthYear" size="5" /><br/>

<input type="button" value="Get Life Path Number" onClick="ComputeTotal(this.form)"/>
</p>
<p style="margin:0px;"><input type="text" style="display:none;" name="verify" size="15"/>
<label style="margin-right:15px; font-family:tahoma; font-size:8pt; font-weight:bold;">Your Life Path Number is: <input type="text" name="Total" onBlur="ComputeTotal(this.form)" size="3"/>
</p>
</form>
<p style="">Please select your number below<br/> for your interpretation.<br/>
<a href="http://www.numerologygadget.com/1.html">1</a> | <a href="http://www.numerologygadget.com/2.html">2</a> |<a href="http://www.numerologygadget.com/3.html">3</a> |<a href="http://www.numerologygadget.com/4.html">4</a> |<a href="http://www.numerologygadget.com/5.html">5</a> |
<a href="http://www.numerologygadget.com/6.html">6</a> |<a href="http://www.numerologygadget.com/7.html">7</a> |<a href="http://www.numerologygadget.com/8.html">8</a> |<a href="http://www.numerologygadget.com/9.html">9</a>
</p><p><a style="font-size:7pt; margin:0px;" href="http://www.numerologygadget.com">Numerology Gadget</a></p></div>
]]></Content>
</Module>

