function initArray(){
		myArray = new Array();
		for (var x=0; x<28; x++) {
			myArray[x] = new Array(2);
			for (var y=0; y<3; y++) {
				myArray[x][y] = "1";
			}
		}
	/* values for the array */
		myArray[2][1] ="A small house";
		myArray[2][2] ="You are on the front lawn of a small house.<br />Next to you is a large yellow bulldozer.<br />There are several people here.<br />One is laying in the mud in front of the bulldozer and the two others are discussing drinks at the pub.<br />You politely ask the men if they've seen your missing web page but none of them seem to notice you.<br />There is an intersection to the <a href=\"javascript:nextPath('5')\">east</a>.";
		myArray[3][1] ="Drilling rig";
		myArray[3][2] ="You can't go that way...old man Johnson might see you! But what's old man Johnson doing here anyway?<br />There is a drilling rig here.<br />The floor is covered in a black oily substance.<br />In fact EVERYTHING is covered in a black oily substance.<br />The only clean thing is a small projector in the corner of the room.<br />It APPEARS to be be projecting into a hole in the wall.<br />You wonder if there's a way to <a href=\"javascript:nextPath('13')\">see what it's showing</a>.<br />To the <a href=\"javascript:nextPath('17')\">south</a> is the door to the deck.<br />There is also a door to the <a href=\"javascript:nextPath('3')\">east</a>.";
		myArray[4][1] ="A long winding trail";
		myArray[4][2] ="You are on a long winding trail.<br />To the <a href=\"javascript:nextPath('5')\">north</a> is an intersection.<br />The trail continues to the <a href=\"javascript:nextPath('18')\">south</a>.";
		myArray[5][1] ="The Crossroads";
		myArray[5][2] ="You are at a crossroads.<br />The trail continues <a href=\"javascript:nextPath('4')\">south</a>.<br />To the <a href=\"javascript:nextPath('1')\">north</a> is a long winding trail.<br />To the <a href=\"javascript:nextPath('2')\">west</a> is a small house.<br />There is dense forrest to the <a href=\"javascript:nextPath('11')\">east</a>.";
		myArray[6][1] ="Dense forrest";
		myArray[6][2] ="You are in a particularly dense path of trees.<br />It is raining...oh wait my bad...You are surrounde by trees some drooling more than others.<br />There is a clearing to the <a href=\"javascript:nextPath('20')\">north</a>.<br />The dense forrest continues to the <a href=\"javascript:nextPath('11')\">south</a>.";
		myArray[7][1] ="A long winding trail";
		myArray[7][2] ="You are on a long winding trail.<br />Around you is some of the most beautiful scenery you've ever scene...er uh...seen.<br />Off in the distance you can see quaint farmhouses and fields filled with crops.<br />And look over there an old mill by a stream.<br />Oh isn't that cute children are running around by the mill...isn't that cute.<br />Where's Norman Rockwell when you need him?.<br />There is an old mill to the <a href=\"javascript:nextPath('27')\">west</a>.<br />To the <a href=\"javascript:nextPath('8')\">south</a> there is a river.<br />The long winding trail continues to the <a href=\"javascript:nextPath('18')\">north</a> and <B>east</B>(but you can't go that way because I haven't finished it yet)";
		myArray[8][1] ="The river";
		myArray[8][2] ="You are in a river.<br />To the <a href=\"javascript:nextPath('7')\">north</a> is a trail.<br />The current is too strong for you to follow the river to the east but you could swim <a href=\"javascript:nextPath('10')\">west</a>.";
		myArray[9][1] ="The river";
		myArray[9][2] ="You are in a swiftly moving river.<br />Downstream you can see the rapids DOH!.<br />As you drift down the river unable to fight the river's currents you pass the paddlewheel of a mill...you just might be able to escape that way<br />There are rapids to the <a href=\"javascript:nextPath('16')\">west</a> but if you're really lucky you might be able to climb up the paddlewheel to the <a href=\"javascript:nextPath('25')\">north</a> ";
		myArray[10][1] ="The river";
		myArray[10][2] ="You are in a swiftly moving river.<br />The banks are too steep for you to climb out of the river but to the north you can see the side of a building.<br />Pretty much the only thing you can do is follow the stream to the <a href=\"javascript:nextPath('9')\">west</a>.";
		myArray[11][1] ="Dense forrest";
		myArray[11][2] ="The forrest is extremely dense...in fact it's quite possibly the dumbest forrest you've ever seen.<br />You decide it would be a waste of time to ask such a dumb forrest about the whereabouts of your missing page<br />There is an intersection to the <a href=\"javascript:nextPath('5')\">west</a>.<br />The dense forrest continues to the <a href=\"javascript:nextPath('6')\">north</a> and <a href=\"javascript:nextPath('19')\">east</a>.";
		myArray[1][1] ="A long winding trail";
		myArray[1][2] ="You are walking down a long winding trail.<br />You still don't see the page you were looking for.<br /> To the <a href=\"./index.html\">north</a> you can just barely make out the ExtremeCooling.org 404 page.<br />The path continues <a href=\"javascript:nextPath('5')\">south</a> to a small intersection.";
		myArray[12][1] ="Drilling rig";
		myArray[12][2] ="That's funny there appears to be a drilling rig here.<br />There's something you don't see every day(in water powered mills anyway).<br />The floor is covered in a black oily substance.<br />In fact EVERYTHING is covered in a black oily substance.<br />The only clean thing is a small projector in the corner of the room.<br />It APPEARS to be be projecting into a hole in the wall.<br />You wonder if there's a way to <a href=\"javascript:nextPath('13')\">see what it's showing</a>.<br />To the <a href=\"javascript:nextPath('17')\">south</a> is the door to the deck.<br />There is also a door to the <a href=\"javascript:nextPath('3')\">east</a>.";
		myArray[13][1] ="Drilling rig";
		myArray[13][2] ="Holding your hand in front of the projector you see that the projector is showing a ghost.<br />This mystery's starting to come together!<br />You can hear old man Johnson in the other room...maybe you could <a href=\"javascript:nextPath('15')\">set a trap</a> for him.<br />There is a drilling rig here.<br />The floor is covered in a black oily substance.<br />In fact EVERYTHING is covered in a black oily substance.<br />The only clean thing is a small projector in the corner of the room.<br />It APPEARS to be be projecting into a hole in the wall.<br />To the <a href=\"javascript:nextPath('17')\">south</a> is the door to the deck.<br />There is also a door to the <a href=\"javascript:nextPath('14')\">east</a>.";
		myArray[14][1] ="Drilling rig";
		myArray[14][2] ="You can't go that way...old man Johnson might see you!<br />You can hear old man Johnson in the other room...maybe you could <a href=\"javascript:nextPath('15')\">set a trap</a> for him.<br />There is a drilling rig here.<br />The floor is covered in a black oily substance.<br />In fact EVERYTHING is covered in a black oily substance.<br />The only clean thing is a small projector in the corner of the room.<br />It APPEARS to be be projecting into a hole in the wall.<br />To the <a href=\"javascript:nextPath('17')\">south</a> is the door to the deck.<br />There is also a door to the <a href=\"javascript:nextPath('14')\">east</a>.";
		myArray[15][1] ="Setting a trap";
		myArray[15][2] ="You use some of the equipment to make a trap and then make a little noise to get old man Johnson's attention.<br />As he opens the door a spring-loaded boot on a stick kicks him in the butt.<br />He slides across the oily room into an ironing board and the force of the impact throws an electrical switch.<br />After the switch is thrown a plain old oscillating fan turns on and SOMEHOW manages to accelerate its self and the ironing board it's attached to (and I'm not even going to touch the problems introduced when you include the mass of old man johnson) to a high enough speed to get the lot airborne inside of 2 feet.<br />The ironing board fan and old man Johnson fly around the room about 14 times until the cord FINALLY gets tangled and jerks the ironing board/fan to a stop...sending old man Johnson careening across the room into a washing machine...after which you triumphantly slam the washing machine door closed.<br />It is only at this point that you wonder why the hell the trap you set (a heavy pipe balanced over the door) didn't work...oh well.<br />You call the police and when they arrive you explain to them how old man Johnson had found out that there were vast oil reserves in the land under the mill and had come up with this lame scheme to frighten off intruders by making them thinkthe place was haunted.<br />At this point you demonstrate how the projector projected the image of the ghost and unfortunately Scooby Doo is standing right beside the screen.<br />Frightened Scooby Doo scooby DOES...and the police sight you for not scooping.<br />Anyway the police haul off old man Johnson and I've no idea where the hell scooby went.<br />You are now standing alone in a room in the mill.<br />There is some Scooby doo on the floor.<br />There is an exit to the <a href=\"javascript:nextPath('27')\">east</a> ";
		myArray[16][1] ="The rapids";
		myArray[16][2] ="You move rapidly down the rapids.<br />As you bounce repeatedly off of jagged rocks you make sounds reminiscent of Homer Simpson (Doh doh doh).<br />Unfortunately I'm too lazy at this time to make the area that the rapids lead to so I'm just gonna be lazy and kill you...see you just cracked your skull open on that rock there.<br />You never knew what hit you or at least you wouldn't have known if I hadn't told you.<br />Better luck next time!<br /> There are <B>NO EXITS</B>..you're dead the most you can do is drift downstream.<br /> <br />of course this whole thing is stateless so there's really nothing to stop you from pressing the back button on your browser.";
		myArray[17][1] ="A deck";
		myArray[17][2] ="You climb over the rail onto the deck.<br />That's odd there's all sorts of industrial equipment and pipe here.<br />You can hear the sound of machinery inside the mill.<br />There is a door to the <a href=\"javascript:nextPath('12')\">north</a> or you could climb back over the rail to the <a href=\"javascript:nextPath('25')\">south</a>.";
		myArray[18][1] ="A long winding trail";
		myArray[18][2] ="You are on a long winding trail.<br />It's beautiful country out here.<br />Everywhere you look it's like a postcard waiting to happen.<br />The sky is crystal clear.<br />Unfortunately you can't see any signs of that missing page.<br />The trail continues to the <a href=\"javascript:nextPath('4')\">north</a> and <a href=\"javascript:nextPath('7')\">south</a>.";
		myArray[19][1] ="Dense forrest";
		myArray[19][2] ="You are in a dense forrest.<br />You are surrounded by trees some dumber than others.<br />There is dense forrest to the <a href=\"javascript:nextPath('11')\">west</a>.";
		myArray[20][1] ="A clearing";
		myArray[20][2] ="You are in a clearing.<br />To the <a href=\"javascript:nextPath('21')\">west</a> is a completely uninteresting rift in the space-time continuum.<br />To the <a href=\"javascript:nextPath('22')\"> north</a> there is a sturdy looking brick wall.<br />There is a particularly dense forrest to the <a href=\"javascript:nextPath('6')\">south</a>.";
		myArray[21][1] ="A clearing";
		myArray[21][2] ="You enter the completely uninteresting rift in the space-time continuum and are instantly transported through space and time...to the instant efore you entered the completely uninteresting rift in the space-time continuum.<br />I told you it was completely uninteresting!<br /> <br />You are in a clearing.<br /> To the <a href=\"javascript:nextPath('21')\">west</a> is a completely uninteresting rift in the space-time continuum.<br />To the <a href=\"javascript:nextPath('22')\">north</a> there is a sturdy looking brick wall.<br />There is a particularly dense forrest to the <a href=\"javascript:nextPath('6')\">south</a>.";
		myArray[22][1] ="A clearing";
		myArray[22][2] ="You hit your head squarely against the sturdy looking brick wall I mentioned only moments ago.<br />Perhaps you should pay more attention<br /> To the <a href=\"javascript:nextPath('21')\">west</a> is a completely uninteresting rift in the space-time continuum.<br />To the <a href=\"javascript:nextPath('23')\">north</a> there is a <B>sturdy</B> brick wall.<br />There is a particularly dense forrest to the <a href=\"javascript:nextPath('6')\"> south</a>.";
		myArray[23][1] ="A clearing";
		myArray[23][2] ="You hit your head squarely against the same sturdy looking brick wall you ran into only moments ago.<br />I realize it's frustrating to not find that page but banging your head against the wall won't help matters.<br />To the <a href=\"javascript:nextPath('21')\">west</a> is a completely uninteresting rift in the space-time continuum.<br />To the <a href=\"javascript:nextPath('23')\">north</a> there is a <B>sturdy</B> brick wall.<br />There is a particularly dense forrest to the <a href=\"javascript:nextPath('6')\">south</a>.";
		myArray[24][1] ="A scary ghost!";
		myArray[24][2] ="There is a spooky ghost here.<br />Before the reality of the situation its you you br /iefly consider the idea of asking him about the location of your web page...but instead decide to quietly crap in your pants<br />You decide to run out the door to the <a href=\"javascript:nextPath('26')\">east</a> ";
		myArray[25][1] ="The paddle wheel";
		myArray[25][2] ="You have escaped from almost certain death by climbing up a paddlewheel.<br />This is the back side of that mill you may or may not have seen before...depending on what 404 page you came from.<br />Luckily there's a way into the mill from the back.<br /> There is a deck to the <a href=\"javascript:nextPath('17')\">north</a> or you COULD brave the river again and go <a href=\"javascript:nextPath('9')\">down</a>.";
		myArray[26][1] ="A VERY spooky old mill";
		myArray[26][2] ="You are inside an EXTREMELY spooky old mill.<br />Those kids you saw before weren't playing...they were running for their lives!<br />There is a room (with a ghost in it) to the <a href=\"javascript:nextPath('24')\">west <a/> but right now you'd rather runout the front door to the <a href=\"javascript:nextPath('7')\">east</a>.";
		myArray[27][1] ="A spooky old mill";
		myArray[27][2] ="You are inside a spooky old mill.<br />That's odd it didn't look this bad on the outside.<br />Everything is covered in cobwebs and dust.<br />Looking down you noice black oily footprints on the floor.<br />In a room to the west you can hear the sounds of machinery.<br /> There is a room to the <a href=\"javascript:nextPath('24')\">west <a/>.<br />The front door of the mill is to the <a href=\"javascript:nextPath('7')\">east</a>.";

	nextPath("1");
	}

	var chosenPath = 0;

	function nextPath(chosenPath){
		document.getElementById("trailHeading").innerHTML = myArray[chosenPath][1];
		document.getElementById("trailContent").innerHTML = myArray[chosenPath][2];
	}