	window.onload = function() {
		r = Math.round(Math.random()*(4));
		document.getElementById("cck").onclick = function() { preread(r) };
		document.getElementById("ccb").onclick = function() { nextread(r) };
		nextread(r);

		/*ÆË¾÷Á¸ onload*/
		//setTimeout(setImg, 1000);
		

		/*ÀÛ°¡¼Ò°³(ÇÃ·Î¿ìjs) onload*/
		if(document.getElementById(conf_imageflow))
		{
			hide(conf_loading);
			refresh(true);
			show(conf_images);
			show(conf_scrollbar);
			initMouseWheel();
			initMouseDrag();
		}	
	}
