
Hey yo, the WWF or WXWF, whatever it is to be called, is DEAD, Anyway, I'm telling everyone that there is a new fed in town, the NEF. ALL PREVIOUS MEMBERS OF THE WXWF OR WWF are free to join. THIS FED WON'T DIE, EVER!
THIS AND THE REST OF THE SITE ARE UNDER CONSTRUCTION! IT
WILL BE UP VERY VERY SOON!
<SCRIPT LANGUAGE="JavaScript">
<!--
/*This script is by David O'Tousa. [email protected], home
page-http://www.geocities.com/TimesSquare/Fortress/1692/.*/
function eightball(msg,pic) {
msg = 1+Math.round(Math.random()*8);
if(msg == 1) {
pic = "certain.gif";
}
else if(msg == 2) {
pic = "dreamin.gif";
}
else if(msg == 3) {
pic = "hazy.gif";
}
else if(msg == 4) {
pic = "no.gif";
}
else if(msg == 5) {
pic = "probably.gif";
}
else if(msg == 6) {
pic = "not.gif";
}
else if(msg == 7) {
pic = "what.gif";
}
else {
pic = "yes.gif";
}
document['eightballpic'].src = pic;
document.eightballform.textform.value = "";
}
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="skyblue" ALINK="darkcyan" VLINK="skyblue">
<CENTER><IMG SRC="welcome.gif" WIDTH=113 HEIGHT=98 ALT="Welcome to JavaScript 8 Ball!" NAME="eightballpic">
<BR>
<FORM NAME="eightballform">
<INPUT TYPE="text" VALUE="" NAME="textform" SIZE="40"><NOBR><INPUT TYPE="button" NAME="hi" VALUE="Answer my question!" onClick="eightball()">
</FORM></CENTER>