function rand_ba()
{
img = new Array();

//喜くばり1
img[0] = "<img src=\"/images/top/kikubari_01.jpg\" alt=\"喜くばり1「おかぁさんの心で作っています」\" width=\"980\" height=\"400\" border=\"0\" name=\"myIMG\" usemap=\"#Map\" />" + 
         "<map name=\"Map\" id=\"Map\">" +
         "<area shape=\"circle\" coords=\"817,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />" + 
         "<area shape=\"circle\" coords=\"844,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_02.jpg')\" href=\"#\" />" + 
         "<area shape=\"circle\" coords=\"844,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_02.jpg')\" href=\"#\" />" +
        "<area shape=\"circle\" coords=\"872,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_03.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"901,374,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_04.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"929,374,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"958,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />"+
        "</map>";

//喜くばり2
img[1] = "<img src=\"/images/top/kikubari_02.jpg\" alt=\"喜くばり2「本当の美味しさを求めて」\" width=\"980\" height=\"400\" border=\"0\" name=\"myIMG\" usemap=\"#Map\" />" + 
         "<map name=\"Map\" id=\"Map\">" +
         "<area shape=\"circle\" coords=\"817,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />" + 
         "<area shape=\"circle\" coords=\"844,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_02.jpg')\" href=\"#\" />" + 
         "<area shape=\"circle\" coords=\"844,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_02.jpg')\" href=\"#\" />" +
        "<area shape=\"circle\" coords=\"872,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_03.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"901,374,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_04.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"929,374,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"958,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />"+
        "</map>";

//喜くばり3
img[2] = "<img src=\"/images/top/kikubari_03.jpg\" alt=\"喜くばり3「お弁当と一緒に、安心・安全もお届けいたします」\" width=\"980\" height=\"400\" border=\"0\" name=\"myIMG\" usemap=\"#Map\" />" + 
         "<map name=\"Map\" id=\"Map\">" +
         "<area shape=\"circle\" coords=\"817,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />" + 
         "<area shape=\"circle\" coords=\"844,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_02.jpg')\" href=\"#\" />" + 
         "<area shape=\"circle\" coords=\"844,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_02.jpg')\" href=\"#\" />" +
        "<area shape=\"circle\" coords=\"872,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_03.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"901,374,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_04.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"929,374,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />"+
				"<area shape=\"circle\" coords=\"958,375,12\" name=\"myRB\" onClick=\"Gazou('/images/top/kikubari_01.jpg')\" href=\"#\" />"+
        "</map>";


//喜くばり4
//img[3] = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"791\" height=\"480\">" +
//      "<param name=\"movie\" value=\"/images/top/concept.swf\" />" +
//      "<param name=\"quality\" value=\"high\" />" +
//      "<embed src=\"/images/top/concept.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"791\" height=\"480\"></embed>" +
//	  "</object>";


	n= Math.floor(Math.random()*img.length);
	document.write(img[n]);
}
