






E
<html>
<head>
<title>fandango</title>
<script language = "javascript">
function sway(J){
return Math.PI/(2*(J-1));
}
hexes = ["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];
function hex(x) {
if (x < 0) return "00"
else if (x > 255) return "ff"
else return "" + hexes[Math.floor(x/16)] + hexes[x%16];
}
String.prototype.wash = wash;
function wash(){
var clean = this.replace(/</g,"<").replace(/>/g,">");
return clean;
}
</script>
</head>
<body>
<script language = "javascript">
aye = new Array(
"the nis Dancing fun Jippo; ",
"of whacks three-year dances ",
"this 3D . A Jesus panic. skeleton Wins to oncle ",
"yard up strange his bork... customer Rating Users' ",
"cents organized Unless alarmed, the clurk",
"lights a for One skeleton room 's ",
"Skeleton dances his theme - ",
"dance fun. modeled Fourth ... Rate ",
"Canada 5,000 the fandango! Rate allowed ",
"with watch as baby Diego the gurd",
"a Record voice. Miller ",
"This Women When dances Record ",
"front Croat a through I my then and the plit",
"A heard, about In 3D ",
"wild shares gift dancers back fast-paced 's ",
"Slalom dances file! Earns rattles Dancing ",
"Giant score. Savers. Medal skeleton Shea ",
"causes other Great the Silver amused, ",
"for Gold to my tip in. ... Win Skeleton ...Users' ",
"dancing grave 3D walk Dancing ",
"and that Women's skeleton sculpture. ",
"wild loses back. dances, A Kostelic as",
"up the room the Silver ",
"beautifully to on truth Hockey ",
"Kostelic 7 eerie back Zoe, ",
"This dances my wild skeleton the fandango. ",
"old, . 3D the and 8 Features ",
"I ... Jim wild the ",
"of dancers ",
"Skeleton public voice. ",
"musical allowed Slalom skeleton a ",
"to touch ",
"a his takes ",
"shares Screen 3D and ",
"Skeleton file! grave the 1.0 Diego ",
"Canada dancing person's When modeled ",
"packaging for Savers. the A lights is ",
"Dancing Death Wins Users' ",
"dances ",
"Unless Win the Shea ",
"... gift with ... Rate 25 on ",
"Skellerina(95/98), a Halloween, ",
"is Medal Giant dances, ",
"that ... through in. three-year alarmed, ",
"watch ",
"whole, modeled Women Dancing ",
"San 3-3/4 about ",
"file! dance fun with strange Death ... ",
"(at ... Jippo; 's ",
"group my and the are into a ",
"as skeleton just the this back. ",
"skeleton ",
"Depicters ... this Earns of ",
"dances Fourth ",
"loses off organized customer ",
"his fandango! fear of Rating ",
"Women's . drums walk ",
"butt, - and cents ",
"and ...Users' or Rating dances yard heard, ",
"skeleton the A 3D fun. One and when womb",
"3D Dancing inside. dances Wallpaper ",
"front then jumps inserted Jesus skeleton ",
"Alpine Skeleton panic. fandango ",
"this he causes skeleton Rate as baby whacks ",
"5,000 by In sculpture. fast-paced Record the and ",
"are Record amused, other little 3D crafted rattles ... ",
"Wins 7.24.2000. A birthday dances The skeleton ",
"A Miller wild score. quotes dances 's ",
"Great . Gold Croat ",
"for ",
"3D ",
"the skeleton ... ",
"fandango skeleton skeleton skeleton just ",
"Skellerina(95/98), of 3D are ... ",
"(at butt, Death .",
"truth Alpine skeleton Halloween, ",
"of packaging drums old, dances ... ",
"is whole, on 3D and fear 1.0 the and when ",
"this 7 Wallpaper womb ... and A group ",
"the crafted wild quotes inserted ",
"the beautifully 3D Depicters or dances ",
"fandango. the 7.24.2000. ... this San Hockey ",
"musical Jim touch Death modeled a ",
"birthday the public eerie and Skeleton ",
"inside. 8 skeleton person's 25 are 3-3/4 ",
"dances Zoe, with into jumps little The by he ... off ",
"Wins file! Rating takes the Features Screen ... and . ");
var tier = aye.length;
tide = new Array();
var tog = 0;
for(N=0;N<tier;N++){
tide[N] = "";
tog = N%2;
var M = 0;
while(M<aye[N].length){
var W = M*N;
tide[N] += W%3==0?aye[N].charAt(M):
W%3==1?"<sub>" +aye[N].charAt(M)+ "</sub>":
"<sup>" +aye[N].charAt(M)+ "</sup>";
M+=1;
}
}
var tied = "<table bgcolor = '#000000'>";
var d,tire,forest,fire = "";
for(c=0;c<tier;c++){
switch(c%3){
case 0:
tied+= "<tr bgcolor = '#000000'><td>"
+ "<font face = 'Courier,monospace' color = '#ffffff'>"
+ tide[c]
+ "</font></td></tr>";
break;
case 1:
d = Math.floor(c/3)
tire = Math.floor(tier/3);
forest = "#"
+ hex(Math.floor(Math.sin(d*sway(tire)*2)* 81))
+ hex(Math.floor(Math.sin(d*sway(tire)*2)* 108))
+ "00";
fire = "#"
+ hex(255-Math.floor(Math.sin(d*sway(tire)*2)* 102))
+ hex(255-Math.floor(Math.sin(d*sway(tire)*2)* 51))
+ hex(255-Math.floor(Math.sin(d*sway(tire)*2)* 255));
tied+= "<tr bgcolor = '" +forest+ "'><td>"
+ "<font size = '+2' color = '" +fire+ "'>"
+ "<b>" + tide[c] + "<br>";
break;
case 2:
tied+= tide[c] + "</b>"
+"</font></td></tr>";
break;
}
}
tied+= "</table>";
document.open();
document.write(tied.wash());
document.close();
</script>
</body>
</html>
...................EYE-AYEEEEEEEEE
Link to this Page
- EYE-AYE last edited on 22 August 2002 at 8:44 am by aappp11.buffnet.net