// JavaScript Document 児童書 特殊
				var name;
				var name_image;
				var img_width;
				var img_height;
				var product_id;
				var url_name = "//www.kosei-shuppan.co.jp/";
				var n = Math.floor(Math.random()*5)+1;
				switch (n){

case 1:
	name="トラのおんがえし";
	name_image="juvenile_130/7283.jpg";
	img_width="109";
	img_height="130";
	product_id="2801";
	break;
case 2:
	name="人食いとらのおんがえし";
	name_image="juvenile_130/7271.jpg";
	img_width="91";
	img_height="130";
	product_id="2829";
	break;
case 3:
	name="トラのおんがえし";
	name_image="juvenile_130/7283.jpg";
	img_width="109";
	img_height="130";
	product_id="2801";
	break;
case 4:
	name="人食いとらのおんがえし";
	name_image="juvenile_130/7271.jpg";
	img_width="91";
	img_height="130";
	product_id="2829";
	break;
default:
	name="トラのおんがえし";
	name_image="juvenile_130/7283.jpg";
	img_width="109";
	img_height="130";
	product_id="2801";
}


				document.write("<div class='border-box'><div class='in-border-box1'><p><img src='/resources/stocking_filler.jpg' border='0'></p><p><a href='http:"+url_name+"ec/html/products/detail.php?product_id="+product_id+"'><img src='http:"+url_name+"ec/html/upload/save_image/"+name_image+"' width='"+img_width+"' height='"+img_height+"' border='0'></a></p>");
				document.write("<p><a href='http:"+url_name+"ec/html/products/detail.php?product_id="+product_id+"'>"+name+"</a></p></div></div>");
				