<!--
	function die() {
	    var n=6; /* n面骰 */     
	    var dieroll = Math.round(Math.random()*n)%n+1;
	    return dieroll;
	}
	function showbody() {
		die2=die();
		if (die2==1) {
			document.img2.src = "diary/images/soie99.jpg";
			document.img2.alt = "松島菜菜子";
		}
		else if (die2==2) {
			document.img2.src = "images/maul277_tn.jpg";
			document.img2.alt = "西斯武士達斯魔";
		}
		else if (die2==3) {
			document.img2.src = "magic/images/blankcard01.jpg";
			document.img2.alt = "魔法風雲會";
		}
		else if (die2==4) {
			document.img2.src = "guide/images/braveheart.jpg";
			document.img2.alt = "威廉華勒斯";
		}
		else if (die2==5) {
			document.img2.src = "link/images/jbanner.jpg";
			document.img2.alt = "聖女貞德";
		}
		else {
			document.img2.src = "diary/images/srwa/asuka.gif";
			document.img2.alt = "明日香";
		}
	}
	function show() {
		die1=die(), die2=die(); /* WYSIWYR--What u c is what u roll. By DALY. */	
		showhead();
		showbody();
	}
-->
