|
<SCRIPT LANGUAGE="JavaScript">
function CookieMonster() {
var the_cookie = document.cookie;
var broken_cookie = the_cookie.split(":");
var the_name = broken_cookie[1];
var the_name = unescape(the_name);
new String(the_name);
var the_namer = the_name.charAt(0);
if (the_namer == "1") {
location.replace('cookie.html');
}
}
fullName = new String;
var x = 0;
var currentNum = 0;
var currentChar;
var y = 0;
var ozName = new Array("Dead on Arrival", "Liquid Fantasy", "Vicious Gurl", "Toxic Tears", "Velvet Dreams", "Bondage Slut", "bitch slave", "Evil Queen", "Lips Sewm Shut", "Necrotic Freak", "Damaged Roses", "Leather Pleasure", "Liquid Skin", "Beautifully Decayed", "Velvet Kisses", "Razorblade Kisses", "Withered Waste", "Lucifer", "Freak", "Crimson Moon", "Cruel Intentions", "Mummified Corpse", "Beautifully Chaotic", "Bloody Kisses", "Liquid Dreams", "Homicidal Maniac", "Velvet Vamp", "Glitter Girl", "Lucid Nightmare", "Beautiful Disgrace", "Cob Webbed Crotch", "Beautifully Chaotic", "Angeldust", "Midnight Fantasy", "Trauma", "Chaotic Kittie", "Twisted Whispers", "Demented Whore", "Latex Freak", "Disturbed Angel", "Deadly Whispers", "Heartless ArchAngel", "Dancing Corpse", "Gilded Crotch", "slut boi", "Velvet Tears", "Morbid Princess", "Satanist Bitch", "Bloody Tears", "Deranged Insanity", "Violent Sex Addict", "Shadow Dweller", "Latex Sex", "Vicious Mistress", "Pixie Corpse", "Demonic Angel", "Vicious Tongue", "Velvet Crotch", "Faerie Corpse", "Dead Pleasures", "Dessicated corpse", "Midnight Temptress", "Death Dealer", "Panic Queen", "Twisted Illusions", "sedated", "Fetal Mind", "Liquid Vamp", "Kittie Corpse", "Heavenly Demonic", "Fucked up Freak", "Innocence Lost", "Beautiful Scars", "Synthetic Darkness", "Static Pulse", "Morbid Mistress", "Bitter Beauty", "Velvet Rain Drops", "Damaged Roses", "Flirting With Suicide", "Death Mask", "Bloody Angel", "Beautiful Nightmare", "Beautiful Nightmare", "Angelic Scars", "The Evil Fairy", "Dead Psycho", "Candlelight Chaos", "Violent Beauty", "Disturbed Angel", "Suicides bride")
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.ozbitchname.value = ozName[y];
start();
}
function start() {
document.names.firstname.focus();
}
</SCRIPT>
算法在这里了 |
|