// JavaScript Document

  <SCRIPT LANGUAGE="JavaScript">


    function makeArray(n) {
        this.length = n;
        for(var i = 1; i <= n; i++)
            this[i] = "";
        return this;
    } // End of function makeArray

    function AAA() {
      var aNum = parseInt(Math.random() * 10)

      A = new makeArray(10);

A[0]='Beyond the';
A[1]='Condemned to the';
A[2]='Quest to the';
A[3]='Return to the';
A[4]='Trapped in/on the';
A[5]='Visions of the';
A[6]='Song from the';
A[7]='Conquest of the';
A[8]='Tales from the';
A[9]='Glory to the';



      return A[aNum];
    } // End of function AAA

    //************************************************************//
    // -->
  </SCRIPT>



  <SCRIPT LANGUAGE="JavaScript">

    function makeArray(n) {
        this.length = n;
        for(var i = 1; i <= n; i++)
            this[i] = "";
        return this;
    } // End of function makeArray

    function BBB() {
      var bNum = parseInt(Math.random() * 8)

      B = new makeArray(8);

B[0]='Ancient';
B[1]='Black';
B[2]='Deadly';
B[3]='Frozen';
B[4]='Hideous';
B[5]='Legendary';
B[6]='Wretched';
B[7]='Plagueridden';


      return B[bNum];
    } // End of function BBB

    //************************************************************//
    // -->
  </SCRIPT>


  <SCRIPT LANGUAGE="JavaScript">

    function makeArray(n) {
        this.length = n;
        for(var i = 1; i <= n; i++)
            this[i] = "";
        return this;
    } // End of function makeArray

    function CCC() {
      var cNum = parseInt(Math.random() * 9)

      C = new makeArray(9);

C[0]='Desert of the';
C[1]='Dungeons of the';
C[2]='Forest of the';
C[3]='Planet of the';
C[4]='Tower of the';
C[5]='Wasteland of the';
C[6]='Hellish Shafts of the';
C[7]='Dimension of the';
C[8]='Claw of the';

      return C[cNum];
    } // End of function CCC

    //************************************************************//
    // -->
  </SCRIPT>


  <SCRIPT LANGUAGE="JavaScript">

    function makeArray(n) {
        this.length = n;
        for(var i = 1; i <= n; i++)
            this[i] = "";
        return this;
    } // End of function makeArray

    function DDD() {
      var dNum = parseInt(Math.random() * 8)

      D = new makeArray(8);

D[0]='Demonic';
D[1]='Morbid';
D[2]='Mutant';
D[3]='Reborn';
D[4]='Screaming';
D[5]='Silent';
D[6]='Insidious';
D[7]='Rancid';

      return D[dNum];
    } // End of function DDD

    //************************************************************//
    // -->
  </SCRIPT>





  <SCRIPT LANGUAGE=JavaScript>


    function makeArray(n) {
        this.length = n;
        for(var i = 1; i <= n; i++)
            this[i] = "";
        return this;
    } // End of function makeArray

    function EEE() {
      var eNum = parseInt(Math.random() * 9)

      E = new makeArray(9);

E[0]='Goat';
E[1]='Ice';
E[2]='Lava';
E[3]='Steel';
E[4]='Wolf';
E[5]='Zombie';
E[6]='Disease';
E[7]='Mega';
E[8]='Pirate';





      return E[eNum];
    } // End of function EEE

    //************************************************************//
    // -->
  </SCRIPT>








  <SCRIPT LANGUAGE=JavaScript>


    function makeArray(n) {
        this.length = n;
        for(var i = 1; i <= n; i++)
            this[i] = "";
        return this;
    } // End of function makeArray

    function FFF() {
      var fNum = parseInt(Math.random() * 8)

      F = new makeArray(8);


F[0]='Master';
F[1]='Ghost';
F[2]='King';
F[3]='Lord';
F[4]='God';
F[5]='Witch';
F[6]='Duke';
F[7]='Clone';


      return F[fNum];
    } // End of function FFF

    //************************************************************//
    // -->
  </SCRIPT>