// 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="11181158_4b0362d4b1fbc.jpg";
	img_width="91";
	img_height="130";
	product_id="3855";
	break;
case 2:
	name="きょうふのわすれものチェック! ";
	name_image="11191047_4b04a3bcd17d2.jpg";
	img_width="115";
	img_height="130";
	product_id="3857";
	break;
case 3:
	name="あいたい　友だち";
	name_image="11191027_4b049f141d06b.jpg";
	img_width="130";
	img_height="119";
	product_id="3856";
	break;
case 4:
	name="かかしのじいさん";
	name_image="12031551_4b175ffa0a5ff.jpg";
	img_width="113";
	img_height="130";
	product_id="3859";
	break;
default:
	name="かかしのじいさん";
	name_image="12031551_4b175ffa0a5ff.jpg";
	img_width="113";
	img_height="130";
	product_id="3859";
	break;

}


				document.write("<div class='border-box'><div class='in-border-box1'><p><img src='/resources/new_book.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>");
				
