
<!-- Hide

var default_text = "cosmic debris, better than america's team, we are all of and everything all becomes.....";

browser_name = navigator.appName;

browser_version = parseFloat(navigator.appVersion); 

if (browser_name == "Netscape" && browser_version >= 3.0 || browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0)

	{ 

	roll = 'true'; 

	}

else	

	{

	roll = 'false'; 

	}

function status_msg(status_msg_text)

	{

	window.status=status_msg_text

	}

function msover(img,ref,status_msg_text)

	{ 

	if (roll == 'true') 

		{

		document.images[img].src = ref;

		document.value = status_msg_text;

		}

	else

	status_msg(status_msg_text);

	}

function msout(img,ref,status_message_text)

	{ 

	if (roll == 'true') 

		{

		document.images[img].src = ref; 

		document.value = default_text;

		}

	else

	status_msg('cosmic debris');

	}

// -->

<!-- Hide
//the bouncing bear

function moveBear()
{
	if(document.layers) {
		document.bearan.left += 20;
		document.bearan.top += 2;
		if (document.bearan.left > 1000 ) {
		document.bearan.left = -25;
		document.bearan.top += 50;
		if (document.bearan.top > 600 ) {
		document.bearan.top = 0;
	}
	}
} else if(document.all) {
	bearan.style.left = parseInt(bearan.style.left) + 20;
	bearan.style.top = parseInt(bearan.style.top) + 2;
	if (parseInt(bearan.style.left) > 900 ) {	
		bearan.style.left = -25;
		bearan.style.top = parseInt(bearan.style.top) + 50;
	if (parseInt(bearan.style.top) > 600 ) {
		bearan.style.top = 0;
	}
}	
}
if ((document.layers) || (document.all)) {
	setTimeout('moveBear()',300);
	}
}

//trek
function moveIt()

{
	if(document.layers) {
		document.spacen.left += 10;
		if (document.spacen.left > 500 ) {
		document.spacen.left += 75;
		if (document.spacen.left > 900 ) {
		document.spacen.left = -500;
	}
	}
} else if(document.all) {
	spacen.style.left = parseInt(spacen.style.left) + 10;
	if (parseInt(spacen.style.left) > 450) {
	spacen.style.left = parseInt(spacen.style.left) + 75;
	if (parseInt(spacen.style.left) > 950) {
	spacen.style.left = -500;
	}
}
}
if ((document.layers) || (document.all)) {
	setTimeout('moveIt()',100);
	}
}

// -->
