	var step
	var j
	var w
	var x
	var y
	var z
	var onOff
	var linkname = new Array()
	linkname[1] = "<font color=009900>[</font>  h o m e		<font color=009900>]</font>";
	linkname[2] = "<font color=009900>[</font>  w e b l o g <font color=009900>]</font>";
	linkname[3] = "<font color=009900>[</font>  e t c  		<font color=009900>]</font>";
	linkname[4] = "<font color=009900>[</font>  l i n k s 	<font color=009900>]</font>";
	linkname[5] = "<font color=009900>[</font>  pics&comments 	<font color=009900>]</font>";
	linkname[6] = "<font color=009900>[</font>  r a n t s  	<font color=009900>]</font>";
	linkname[7] = "<font color=009900>[</font>  h u m o r  	<font color=009900>]</font>";
	
	var desCription = new Array()
	desCription[1]="Opening page."
	desCription[2]="My little online thingamawhatsis that says what I think it should say.  Nothing important here."
	desCription[3]="These interests include my girlfriend, movies, comics, my school[work], a couple people I know and enjoy the presence of, games and . . . stuff."
	desCription[4]="These are just a general set of links that are good places to go for whatever.  Some of these are links that are repeated on other pages of a more specific interest.  I use this page for when I need to find stuff."
	desCription[5]="These are, guess what? Pictures and Commentary on Them!  Yes, indeed, soon I will have images of people, places, things and ideas, and nouns in general.  Get to know them!  Come on in!  You know you want to!  GET BACK HERE YOU LITTLE BUGGER!"
	desCription[6]="My ranting on things.  This is what I hate.  Take my word for it, it's not finished.  If you ever see the words ''The End'' at the bottom, I'm dead."
	desCription[7]="My sick and twisted sense of humor.  There's probably some kind of malformed logic here somewhere, but I still have yet to find it, and if anyone else does, let me know, so we can inform the authorities."

	step=1;j=20;y=12;w=50;z=1;
	
	function fadeIt(x){
		x1=x;document.all.linktitle.innerHTML="<span style='letter-spacing:"+j+"px; color:00ff00;font-family:courier new;font-size:12px'>"+linkname[x1]+"</span>";
		if (j > 1){j-=step;setTimeout("fadeIt(x1)",0);}else{j=20;}
		}

	function noThing(x){
		x1=x;document.all.linktitle.innerHTML="<span style='letter-spacing:1px; color:00ff00;font-family:courier new;font-size:"+y+"px'>"+linkname[x1]+"</span>";
		if (y > 0){y-=0.5;setTimeout("noThing(x1)",0);}else{y=12;document.all.linktitle.innerHTML="<span></span>";}
		}

	function descrOn(x){
		x1=x;document.all.description.innerHTML="<hr width="+z*9+" color='005f00'><div style='height:"+z+"; color:99cc66; font-family:courier new;font-size:"+z/5+"px; padding:3; overflow-y:hidden;'>"+desCription[x1]+"</div><hr width="+9*z+" color='005f00'>";
		if (z < 60){z+=2;setTimeout("descrOn(x1)",0);}else{z=1;}
		}

function descrOff(x){
		x1=x;document.all.description.innerHTML="<hr width='"+w*9+"' color='005f00'><div style='height:"+w+"; color:99cc66; font-family:courier new;font-size:"+w/5+"px;  padding:3; overflow-y:hidden;'>"+desCription[x1]+"</div><hr width="+9*w+" color='005f00'>";
		if (w > 0){w-=2;setTimeout("descrOff(x1)",0);}else{w=60;document.all.description.innerHTML="<span></span>";}
		}


























