<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Dette script er lavet af Julia Kornum Hundebøll -->
<!--
www.vicina.dk -->
<!-- Begin
function calc() {
first = document.loveform.name1.value.toUpperCase();
firstlength = document.loveform.name1.value.length;
second = document.loveform.name2.value.toUpperCase();
secondlength = document.loveform.name2.value.length;
var LoveCount=0;
for (Count=0; Count < firstlength; Count++) {
letter1=first.substring(Count,Count+1);
if (letter1=='B') LoveCount+=2;
if (letter1=='a') LoveCount+=2;
if (letter1=='x') LoveCount+=2;
if (letter1=='o') LoveCount+=2;
if (letter1=='s') LoveCount+=3;
if (letter1=='i') LoveCount+=1;
if (letter1=='l') LoveCount+=3;
}
for (Count=0; Count < secondlength; Count++) {
letter2=second.substring(Count,Count+1);
if (letter2=='K') LoveCount+=2;
if (letter2=='.') LoveCount+=2;
if (letter2=='K') LoveCount+=2;
if (letter2=='e') LoveCount+=2;
if (letter2=='a') LoveCount+=3;
if (letter2=='n') LoveCount+=1;
}
amount=0;
if (LoveCount> 0) amount= 5-((firstlength+secondlength)/2)
if (LoveCount> 2) amount= 10-((firstlength+secondlength)/2)
if (LoveCount> 4) amount= 20-((firstlength+secondlength)/2)
if (LoveCount> 6) amount= 30-((firstlength+secondlength)/2)
if (LoveCount> 8) amount= 40-((firstlength+secondlength)/2)
if (LoveCount>10) amount= 50-((firstlength+secondlength)/2)
if (LoveCount>12) amount= 60-((firstlength+secondlength)/2)
if (LoveCount>14) amount= 70-((firstlength+secondlength)/2)
if (LoveCount>16) amount= 80-((firstlength+secondlength)/2)
if (LoveCount>18) amount= 90-((firstlength+secondlength)/2)
if (LoveCount>20) amount=100-((firstlength+secondlength)/2)
if (LoveCount>22) amount=110-((firstlength+secondlength)/2)
if (firstlength==0 || secondlength==0) amount= "grr";
if (amount < 0) amount= 0;
if (amount >99) amount=99;
document.loveform.output.value=amount+"%";
}
// End -->
</script>
<BODY>
<form name=loveform>
<input value="Super Mand" name="name1" type="verdana" style="font-size:7pt" size="6" style="background:ffffff" STYLE="border-style: solid"> +
<input value="Wonder Woman" name="name2" type="verdana" size="6" style="font-size:7pt" style="background:ffffff" STYLE="border-style: solid"> =
<input value="" name="output" type="text" size="6" style="font-size:7pt" style="background:ffffff" STYLE="border-style: solid">
<br>
<br>
<input value="Regn ud!" name="calculate" type="button" value="calculate" style="background:ffffff" STYLE="border-style: solid" style="font-size:7pt" onclick="calc()">
</form>
<HTML>
<HEAD>
<!-- Dette script er lavet af Julia Kornum Hundebøll -->
<!--
www.vicina.dk -->
<TITLE>Enter</TITLE>
</HEAD>
<BODY BGCOLOR="WHITE">
<CENTER>
<A HREF="siden.htm"
onmouseover="document.pil.src='pic1.gif'"
onmouseout="document.pil.src='pic2.gif'">
<IMG SRC="pic2.gif" WIDTH="300" HEIGHT="82" BORDER="0"
NAME="pil"></A>
</CENTER>
</BODY>
</HTML>
lol hvor er det dårligt lavet :o :P