﻿
var myUrlList_undoukai_11 = new Array(

"images/IMG_4325t.JPG><パン食い競争>",
"images/DSCF3239t.JPG><パン食い競争>",
"images/2011_0917_154t.JPG><綱引き>",
"images/2011_0917_133t.JPG><徒競走>",
"images/IMG_4340t.JPG><大玉転がし>",
"images/2011_0917_080t.JPG><パン食い競争>",
"images/2011_0917_102t.JPG><大玉転がし>",
"images/2011_0917_143t.JPG><徒競走>",
"images/IMG_4323t.JPG><パン食い競争>",
"images/DSCF3204t.JPG><玉入れ>"

	) ;
function chooseimg_undoukai_11()
{
	randNum = Math.floor(Math.random()*myUrlList_undoukai_11.length) ;
	url = myUrlList_undoukai_11.slice(randNum,randNum+1) ;
	left  = myUrlList_undoukai_11.slice(0,randNum) ;
	right = myUrlList_undoukai_11.slice(randNum+1) ;
	myUrlList_undoukai_11 = left.concat(right) ;
	return url;
}

function image_undoukai_11()
{
	pick = 1 ;
	for (i=0 ; i <= pick-1 ; i++ ) {
		vars = chooseimg_undoukai_11() ;
		myPat     = /(.*)><(.*)>/g ;
		var img   = vars[0].replace(myPat,"$1") ;
		var caption_undoukai_11  = vars[0].replace(myPat,"$2") ;
		document.write('<a href="gallery_undoukai.html"><img src="'+img+'" border="0" width="180" height="120" class="drop_img"></a><p class="drop_img_caption">'+caption_undoukai_11+'<br />');

	}
}




