document.write('<link href="\/graphix\/g3_jscript.css" rel="stylesheet" type="text\/css" \/>');


images = new Array(22);

images[0] = "/graphix/blend_map.jpg";
images[1] = "/graphix/blend_alchemy.jpg";
images[2] = "/graphix/blend_druidcircle.jpg";
images[3] = "/graphix/blend_flail.jpg";
images[4] = "/graphix/blend_gnarled_tree.jpg";
images[5] = "/graphix/blend_mace_and_armor.jpg";
images[6] = "/graphix/blend_runes.jpg";
images[7] = "/graphix/blend_armor.jpg";
images[8] = "/graphix/blend_window.jpg";
images[9] = "/graphix/blend_sword_and_armor.jpg";
images[10] = "/graphix/blend_mail.jpg";
images[11] = "/graphix/blend_dungeon_arches.jpg";
images[12] = "/graphix/blend_fire.jpg";
images[13] = "/graphix/blend_gold.jpg";
images[14] = "/graphix/blend_mage_study.jpg";
images[15] = "/graphix/blend_roman.jpg";
images[16] = "/graphix/blend_skeleton.jpg";
images[17] = "/graphix/blend_sword_and_crown.jpg";
images[18] = "/graphix/blend_tomb.jpg";
images[19] = "/graphix/blend_tapestry1.jpg";
images[20] = "/graphix/blend_tapestry2.jpg";
images[21] = "/graphix/blend_tapestry3.jpg";

index = Math.floor(Math.random() * images.length);	

document.write('<style type="text\/css"><!--#stripe_splash {background-image:url(');
document.write(images[index]);
document.write(');}--><\/style>');

function g3mail(text) {
  bits = text.split("###");
  document.write("<a href=\"mailto:"+bits[0]+"@"+bits[1]+"\">"+bits[2]+"<\/a>");
}

function shoh(id,id2,id3,id4,id5,id6) { 
	
	if (document.getElementById) { // DOM3 = IE5, NS6
		if (document.getElementById(id).style.display == "none"){
			document.getElementById(id).style.display = 'block';
			document.getElementById(id2).style.display = 'none';
			document.getElementById(id3).style.display = 'none';
			document.getElementById(id4).style.display = 'none';
			document.getElementById(id5).style.display = 'none';
			document.getElementById(id6).style.display = 'none';
		} else {
			document.getElementById(id).style.display = 'none';
		}
	} else { 
		if (document.layers) {
			if (document.id.display == "none"){
				document.id.display = 'block';
				document.id2.display = 'none';
				document.id3.display = 'none';
				document.id4.display = 'none';
				document.id5.display = 'none';
				document.id6.display = 'none';
			} else {
				document.id.display = 'none';
			}
		} else {
			if (document.all.id.style.visibility == "none"){
				document.all.id.style.display = 'block';
				document.all.id2.style.display = 'none';
				document.all.id3.style.display = 'none';
				document.all.id4.style.display = 'none';
				document.all.id5.style.display = 'none';
				document.all.id6.style.display = 'none';
			} else {
				document.all.id.style.display = 'none';
			}
		}
	}
}

