Page 1 of 13

Love Compatability Test

Posted: Thu Aug 02, 2001 12:19 am
by Vehemence
[url="http://www.psy.pdx.edu/PsiCafe/Just4Fun/Jokes/LoveCompatability.htm"]Love Compatability Test[/url]

Some results:

Grunt Boy + Georgi = 52% match
Flagg + Minerva = 14% match :D
Darkpoet + T'Lainya = 32% Match
Mr. Sleep + Vixen = 33.5% match
Vehemence + Vivien = 62.5 ;)

Etc etc :)

Posted: Thu Aug 02, 2001 12:27 am
by Weasel
Waverly + Minerva 53% :eek:

Posted: Thu Aug 02, 2001 12:29 am
by Weasel
Foul + Puffins 44.5% :o :o :o


Gruntie + Pantless Marines 39% :o :eek:

[ 08-02-2001: Message edited by: Weasel ]

Posted: Thu Aug 02, 2001 12:34 am
by Garcia
Vehemence + weasel =62,5% :D :D :D

Posted: Thu Aug 02, 2001 12:36 am
by Weasel
Weasel + Slyweasel 72.5% :D :D :D :D

OMG Waverly + Slyweasel 82 % :o :o

Alienbob + Slyweasel 71.5%

C Elegans + Slyweasel 71%

[ 08-02-2001: Message edited by: Weasel ]

Posted: Thu Aug 02, 2001 12:58 am
by Vehemence
Maybe we could have a prize? Highest matched couple wins a romantic date together in Hotel SYM. All expenses paid of course :D

So far our leading couple is Slyweasel and Waverly at 82% !!! :D

Posted: Thu Aug 02, 2001 1:02 am
by Garcia
ahem...I have a feeling that there is no need to turn up the good old Garcia charm :rolleyes: in this forum

Garcia + Georgi = 14%
Garcia + Minerva = 3,5%
Garcia + T'Lainya = 13 %
Garcia + Vixen = 4,5%
Garcia + Vivien = 14%

:D :D :D

Xandax + Garcia = 0% LOL :D :D

[ 08-02-2001: Message edited by: Garcia ]

Posted: Thu Aug 02, 2001 1:03 am
by Xandax
Originally posted by Garcia:
<STRONG>ahem...I have a feeling that there is no need to turn up the good old Garcia charm :rolleyes: in this forum

Garcia + Georgi = 14%
Garcia + Minerva = 3,5%
Garcia + T'Lainya = 13 %
Garcia + Vixen = 4,5%
Garcia + Vivien = 14%

:D :D :D </STRONG>

*LOL* I get the same percent scores :D

[ 08-02-2001: Message edited by: Xandax ]

Posted: Thu Aug 02, 2001 1:04 am
by Vehemence
Lol Garcia! :D

What about Yshania? C Elegans? Dragon Wench? Craig? :D :p

Posted: Thu Aug 02, 2001 1:06 am
by Vehemence
Xandax + Spandex = 0% match ;)

Posted: Thu Aug 02, 2001 1:09 am
by Garcia
Originally posted by Xandax:
<STRONG>
*LOL* I get the same percent scores :D

[ 08-02-2001: Message edited by: Xandax ]</STRONG>
I know :D that is why we have a 0 %'er
You are gonna let me down easy aren't you :D :D :D

Posted: Thu Aug 02, 2001 1:10 am
by Weasel
See if anyone can get this??

EEEEE + Slyweasel 93%
:eek:

I wonder how this is figured?


Little Bo Peek + Her Sheep 78.5% :D

[ 08-02-2001: Message edited by: Weasel ]

Posted: Thu Aug 02, 2001 1:10 am
by Vehemence
methinks weasel likes his new toy! :D

Like giving a wheel to a hamster ;) :D

Posted: Thu Aug 02, 2001 1:12 am
by Xandax
Originally posted by Garcia:
<STRONG>I know :D that is why we have a 0 %'er
You are gonna let me down easy aren't you :D :D :D </STRONG>
*LOL* - nobody seems to match us :D

But if I ever met somebody called EEEEEEEEEE and I was Xandax - wow :D

Posted: Thu Aug 02, 2001 1:14 am
by Vehemence
Originally posted by Xandax:
<STRONG>*LOL* - nobody seems to match us :D

But if I ever met somebody called EEEEEEEEEE and I was Xandax - wow :D </STRONG>
Go to Old macdonalds farm. He seems to have a lot of e's and i's and not to mention o's ;) :D

Posted: Thu Aug 02, 2001 1:14 am
by Xandax
Originally posted by Weasel:
<STRONG>
I wonder how this is figured?
</STRONG>
This is how: :D


<!-- 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=='L') LoveCount+=2;
if (letter1=='O') LoveCount+=2;
if (letter1=='V') LoveCount+=2;
if (letter1=='E') LoveCount+=2;
if (letter1=='Y') LoveCount+=3;
if (letter1=='O') LoveCount+=1;
if (letter1=='U') LoveCount+=3;
}

for (Count=0; Count < secondlength; Count++) {
letter2=second.substring(Count,Count+1);
if (letter2=='L') LoveCount+=2;
if (letter2=='O') LoveCount+=2;
if (letter2=='V') LoveCount+=2;
if (letter2=='E') LoveCount+=2;
if (letter2=='Y') LoveCount+=3;
if (letter2=='O') LoveCount+=1;
if (letter2=='U') LoveCount+=3;
}

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= "Err";
if (amount < 0) amount= 0;
if (amount >99) amount=99;

document.loveform.output.value=amount+"%";
}
// End -->
</script>
</head>

Posted: Thu Aug 02, 2001 1:17 am
by Vehemence
:rolleyes: Pfft, I could have told you that :rolleyes: :cool: :p

Posted: Thu Aug 02, 2001 1:18 am
by Weasel
I hit 99% :( No more fun :(

Loveyou + Loveyou = 99%

Thanks Xandax :D :D :D

Posted: Thu Aug 02, 2001 1:19 am
by Xandax
Originally posted by Vehemence:
<STRONG> :rolleyes: Pfft, I could have told you that :rolleyes: :cool: :p </STRONG>
I know V. - I know :p

Posted: Thu Aug 02, 2001 1:25 am
by Vehemence
Originally posted by Weasel:
<STRONG>I hit 99% :( No more fun :(

Loveyou + Loveyou = 99%

Thanks Xandax :D :D :D </STRONG>
Er, yes well, since the username Loveyou isn't part of gamebanshee, your just gonna have to resort to other members names.

Waverly and Slyweasel are still the front runners on 82% :D