Page 1 of 2

and your name is

Posted: Thu Feb 10, 2005 4:22 pm
by horsemen_

Posted: Thu Feb 10, 2005 4:23 pm
by ScottE
Disgruntled Smurf


:rotfl: :thumb:

Posted: Thu Feb 10, 2005 4:26 pm
by Izzo
M.C. Smurf :confused:

Posted: Thu Feb 10, 2005 4:27 pm
by Meggie
Q*Bert Smurf

Posted: Thu Feb 10, 2005 4:29 pm
by ScottE
Meggie wrote:Q*Bert Smurf

Image

Only Blue. :p

Posted: Thu Feb 10, 2005 4:37 pm
by Noevo
Full Circle Smurfs


...man

Posted: Thu Feb 10, 2005 4:40 pm
by fastchevy
I'm not saying.... :D

Posted: Thu Feb 10, 2005 4:41 pm
by Noevo
fastchevy wrote:I'm not saying.... :D
No gag reflex smurf?


:D

Posted: Thu Feb 10, 2005 4:42 pm
by fastchevy
Noevo wrote:No gag reflex smurf?


:D
:rotfl:
no, but just as bad :D

Posted: Thu Feb 10, 2005 4:44 pm
by Noevo
fastchevy wrote: :rotfl:
no, but just as bad :D
I like my uvula tickeled smurf?

come on man! give it up! lol

Posted: Thu Feb 10, 2005 5:01 pm
by Prey521
Noxious Smurf

Posted: Thu Feb 10, 2005 5:08 pm
by Izzo
fastchevy wrote: :rotfl:
no, but just as bad :D
Erectile Dysfunction Smurf?

Posted: Thu Feb 10, 2005 5:10 pm
by fastchevy
Noevo wrote:I like my uvula tickeled smurf?

come on man! give it up! lol

Fine!!!
I don't wanna seeing an smirking!

Bambi Smurf :mad:

Posted: Thu Feb 10, 2005 5:14 pm
by ScottE
fastchevy wrote:Fine!!!
I don't wanna seeing an smirking!

Bambi Smurf :mad:

Better than Prision Bitch Smurf I guess.

Posted: Thu Feb 10, 2005 5:19 pm
by fastchevy
ScottE wrote:Better than Prision Bitch Smurf I guess.
but at least then when I got out of the pen I could brag about being in the big house..... although I could also brag about being able to sneak coke cans in the movies if you know what I mean :rotfl:

Posted: Thu Feb 10, 2005 5:23 pm
by YeOldeStonecat
Noevo wrote:I like my uvula tickeled smurf?

come on man! give it up! lol
:rotfl:

Posted: Thu Feb 10, 2005 5:24 pm
by YeOldeStonecat
ScottE wrote:Better than Prision Bitch Smurf I guess.
///Mr T. voice///

"Hey Boy....you look mighty cute in dem jeans!"

Posted: Thu Feb 10, 2005 5:31 pm
by 7thkevin
Fata$$ Smurf


i was like lol how did they know

Posted: Thu Feb 10, 2005 5:35 pm
by tao_jones
Jojoba Smurf

Posted: Thu Feb 10, 2005 5:38 pm
by Hansolo
Jurassic Smurf :rolleyes:

Posted: Thu Feb 10, 2005 5:47 pm
by ScottE
Hansolo wrote:Jurassic Smurf :rolleyes:

Your full first name isn't much better. :rotfl:


Meshugana Smurf

Posted: Thu Feb 10, 2005 5:52 pm
by wee96
I was "The Smurf" hahahah

Posted: Thu Feb 10, 2005 5:55 pm
by Spammy
Slowly Evaporating Smurf

:rotfl:

Posted: Thu Feb 10, 2005 5:58 pm
by ghost
Naughty Smurf.


Oh, and:

Code: Select all

 <SCRIPT LANGUAGE="JavaScript"> 
fullName = new String;
var x = 0;
var currentNum = 0;
var currentChar;
var y = 0;
var smurfNames = new Array(
"Conrad",
"Raspy",
"Very Uninteresting",
"Chesty",
"Bambi",
"Insatiable",
"Quantum",
"Lydia",
"Groupie",
"Vanilla Ice",
"Maximus",
"Stanky",
"Hoochie",
"Stoner",
"Trusty",
"Cujo",
"Fidel",
"Naughty",
"Doctor",
"Cleft Palate",
"Britney",
"Flopsy Mopsey",
"The",
"Chanukah",
"Squanto",
"Igneous",
"Megatron",
"Full Monty",
"Yahweh",
"Q*Bert",
"Futzy",
"Meshugana",
"Pimpin'",
"Fetid",
"Fictitious",
"M.C.",
"Cuddly",
"Disgruntled",
"Heterosexual",
"Jurassic",
"Deadly",
"Queasy",
"Waspinator",
"Stews in His Own Gravy",
"Stickleback",
"Fundamentalist",
"Drippy",
"Hannibal",
"Jojoba",
"Kung Pao",
"Boozy",
"Radioactive",
"Fatass",
"Ichabod",
"Phil the",
"Erectile Dysfunction",
"Transparent",
"Moo Goo Gai",
"Talk to the Hand",
"Son of",
"Smurf Smurf",
"Pantsless",
"Super Absorbant",
"Yakuza",
"Very Tall",
"Stoolie",
"Ebola",
"Chicken-Fried",
"New-and-Improved",
"Junkie",
"Lemon-Fresh",
"As-Seen-on-TV",
"Stalker",
"Man-Eating",
"Ibn al'",
"Litigious",
"You Go",
"Slowly Evaporating",
"The Real Slim",
"Golden Flash",
"Critically Ill",
"Killdozer",
"Colicky",
"Slappy",
"Cletus the Slack-Jawed",
"Phlegmy",
"Nascar",
"Odoriferous",
"Noxious",
"Erotic"
)
 
function matchLtr() {
if (currentChar == "a" || currentChar == "A") {
currentNum = 1;
}
if (currentChar == "b" || currentChar == "B") {
currentNum = 2;
}
if (currentChar == "c" || currentChar == "C") {
currentNum = 3;
}
if (currentChar == "d" || currentChar == "D") {
currentNum = 4;
}
if (currentChar == "e" || currentChar == "E") {
currentNum = 5;
}
if (currentChar == "f" || currentChar == "F") {
currentNum = 6;
}
if (currentChar == "g" || currentChar == "G") {
currentNum = 7;
}
if (currentChar == "h" || currentChar == "H") {
currentNum = 8;
}
if (currentChar == "i" || currentChar == "I") {
currentNum = 9;
}
if (currentChar == "j" || currentChar == "J") {
currentNum = 10;
}
if (currentChar == "k" || currentChar == "K") {
currentNum = 11;
}
if (currentChar == "l" || currentChar == "L") {
currentNum = 12;
}
if (currentChar == "m" || currentChar == "M") {
currentNum = 13;
}
if (currentChar == "n" || currentChar == "N") {
currentNum = 14;
}
if (currentChar == "o" || currentChar == "O") {
currentNum = 15;
}
if (currentChar == "p" || currentChar == "P") {
currentNum = 16;
}
if (currentChar == "q" || currentChar == "Q") {
currentNum = 17;
}
if (currentChar == "r" || currentChar == "R") {
currentNum = 18;
}
if (currentChar == "s" || currentChar == "S") {
currentNum = 19;
}
if (currentChar == "t" || currentChar == "T") {
currentNum = 20;
}
if (currentChar == "u" || currentChar == "U") {
currentNum = 21;
}
if (currentChar == "v" || currentChar == "V") {
currentNum = 22;
}
if (currentChar == "w" || currentChar == "W") {
currentNum = 23;
}
if (currentChar == "x" || currentChar == "X") {
currentNum = 24;
}
if (currentChar == "y" || currentChar == "Y") {
currentNum = 25;
}
if (currentChar == "z" || currentChar == "Z") {
currentNum = 26;
}
 
x += currentNum;
}
function selName() {
 
x = 0;
fullName = document.names.firstName.value + document.names.lastName.value;
 
for (i=0; i < fullName.length; i++) {
currentChar = fullName.charAt(i);
matchLtr();
}
 
popName()
}
function popName() {
y = x % 90;
document.names.smurfName.value = smurfNames[y] + ((y == 78) ? ' Smurfy' : ' Smurf');
start();
} 
function start() {
document.names.firstName.focus();
}
</SCRIPT>

Posted: Thu Feb 10, 2005 6:09 pm
by Teirney
Mine is so cute...

Flopsy Mopsey Smurf

Posted: Thu Feb 10, 2005 6:12 pm
by Indy
Kung Pao Smurf


:rotfl: :rotfl: :rotfl:

Posted: Thu Feb 10, 2005 6:17 pm
by Teirney
Did Chris he is..

Stalker Smurf.. :eek:

Posted: Thu Feb 10, 2005 6:20 pm
by Spammy
Teirney wrote:Did Chris he is..

Stalker Smurf.. :eek:
Ruuuuuuuuuuuuuuuuuuuuuuuuuuuuuuunnnnnnnnnnnnnnnnn :eek:

Posted: Thu Feb 10, 2005 6:53 pm
by Noevo
fastchevy wrote:Fine!!!


Bambi Smurf :mad:
tehe, now was that so bad? and you look so cuuute with this those big brown eyes....oh pen you say? my bad, that wasn't your eye. why do you whistle when you walk though yet your mouth isn't moving?

Posted: Thu Feb 10, 2005 6:54 pm
by Noevo
baha my real smurf name is...

Hannibal Smurf

Posted: Thu Feb 10, 2005 9:22 pm
by poptom
Pantsless Smurf
How did they know that?

Posted: Thu Feb 10, 2005 9:23 pm
by Prey521
Teirney wrote:Mine is so cute...

Flopsy Mopsey Smurf
Flopsy? Isn't that Chris's middle name? //runs and hides//

Posted: Thu Feb 10, 2005 9:34 pm
by Bastid
Smurf Smurf Smurf


kinda redundant redundant :D

Posted: Thu Feb 10, 2005 9:54 pm
by Lefty
Vanilla Ice Smurf :irate: :irate: :irate:

Posted: Thu Feb 10, 2005 9:56 pm
by Russell
Junkie Smurf

Posted: Thu Feb 10, 2005 10:39 pm
by RoscoPColtrane
Stickleback Smurf :D

Posted: Thu Feb 10, 2005 10:40 pm
by RoscoPColtrane
LOL my wife is

The Real Slim Smurfy :rotfl:

Posted: Thu Feb 10, 2005 11:01 pm
by p2ii
Stalker Smurf

Posted: Thu Feb 10, 2005 11:22 pm
by Massa
Yahweh Smurf

Posted: Fri Feb 11, 2005 12:14 am
by EvilAngel
lickalotapuss smurf