<!--
	var typeArray =
		[["normal","index.html"],
		 ["single","headline-s.html"],
		 ["image","headline-img.html"]];

	function go(type) {
		setCookie("type",typeArray[type][0],getExpDate(30,0,0));
		location.href=typeArray[type][1];
	}
-->
