function pageswitch (destination)
  	{
  		Effect.BlindUp('spacemadness',{duration:1.0});
  		mofo = destination;
  		window.setTimeout("ajaxpage(mofo,'spacemadness');",1100);
  	}
function getfunky()
	{
		Effect.BlindUp('spacemadness',{duration:1.0});
		window.setTimeout("document.getElementById('mozarella').style.display='none';document.getElementById('spacemadness').style.height='600px';Effect.BlindDown('spacemadness',{duration:1.0});",1100);
		window.setTimeout("getflash();",2200);
	}
function getflash() 
	{
		var so = new SWFObject("/foc.swf", "foc-flash", "800", "600", "9", "#000000");
		so.write('spacemadness');
	}
function formfocus(ido,valo,org)
	// syntax: formfocus|formblur(this.id,this.value,'original field value');
	{
	if (valo == org)
	{
		document.getElementById(ido).value = '';
	}
	else
	{
		return;
	}
	}
	function formblur(ido,valo,org) 
	{
	if (valo == '')
	{
		document.getElementById(ido).value = org;
	}
	else
	{
		return;
	}
	}
function roadwarrior()
	{
		var r_text = new Array ();
		r_text[0] = "All general statements are false";
		r_text[1] = "Too much of a good thing is wonderful";
		r_text[2] = "Silence is a text easy to misread";
		r_text[3] = "Imagination rules the world";
		r_text[4] = "Solutions are not the answer";
		r_text[5] = "Wit is educated insolence";
		r_text[6] = "Hope is a waking dream";
		r_text[7] = "If you bow at all, bow low";
		r_text[8] = "Nature does nothing uselessly";
		r_text[9] = "You have brains in your head";
		r_text[10] = "Our thoughts are free";
		r_text[11] = "Trying is the first step towards failure";
		r_text[12] = "Energy is eternal delight";
		r_text[13] = "All people want is someone to listen";
		r_text[14] = "I call architecture frozen music";
		r_text[15] = "The unexamined life is not worth living";
		r_text[16] = "Badness is only spoiled goodness";
		r_text[17] = "One must desire something to be alive";
		r_text[18] = "A closed mouth gathers no feet";
		r_text[19] = "A joke is a very serious thing";
		r_text[20] = "Action is eloquence";
		r_text[21] = "Eyes that see do not grow old";
		r_text[22] = "Sacred cows make the best hamburgers";
		r_text[23] = "Stolen sweets are best";
		r_text[24] = "All cats are gray in the dark";
		r_text[25] = "For each thorn, there's a rosebud...";
		r_text[26] = "Life, at best, is completely unpredictable";
		r_text[27] = "A word to the wise is infuriating";
		r_text[28] = "First you imitate, then you innovate";
		r_text[29] = "Love is merely madness";
		r_text[30] = "When 900 years you reach, look as good, you will not";
		r_text[31] = "Music tells no truths";
		r_text[32] = "The universe hides inside us all";
		r_text[33] = "Man's main task in life is to give birth to himself";
		r_text[34] = "The mind has to be empty to see clearly";
		r_text[35] = "Truth is more in the process than in the result";
		r_text[36] = "stupid man quote, wise man silent";
		r_text[37] = "Imagine a book. Or yes, no.";
		var i = Math.round(37*Math.random());
		var mo = (r_text[i]);
		document.getElementById('masterjedi').innerHTML=mo;
	}