<!--ランダム写真表示-->
<!---
	function imagout(t0){
		switch(t0){
//-- １分
			case  1 :
			case 11 :
			case 21 :
			case 31 :
			case 41 :
			case 51 :
				document.write("<IMG src='imag/top-img00a.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ２分
			case  2 :
			case 12 :
			case 22 :
			case 32 :
			case 42 :
			case 52 :
				document.write("<IMG src='imag/top-img00b.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ３分
			case  3 :
			case 13 :
			case 23 :
			case 33 :
			case 43 :
			case 53 :
				document.write("<IMG src='imag/top-img00c.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ４分
			case  4 :
			case 14 :
			case 24 :
			case 34 :
			case 44 :
			case 54 :
				document.write("<IMG src='imag/top-img00d.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ５分
			case  5 :
			case 15 :
			case 25 :
			case 35 :
			case 45 :
			case 55 :
				document.write("<IMG src='imag/top-img00e.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ６分
			case  6 :
			case 16 :
			case 26 :
			case 36 :
			case 46 :
			case 56 :
				document.write("<IMG src='imag/top-img00f.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ７分
			case  7 :
			case 17 :
			case 27 :
			case 37 :
			case 47 :
			case 57 :
				document.write("<IMG src='imag/top-img00g.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ８分
			case  8 :
			case 18 :
			case 28 :
			case 38 :
			case 48 :
			case 58 :
				document.write("<IMG src='imag/top-img00h.gif' name='subt1' width='350' height='250' border='0' alt='特別養護老人ホーム サンフラワーひたちなか'><BR>");
				break;
//-- ９分
			case  9 :
			case 19 :
			case 29 :
			case 39 :
			case 49 :
			case 59 :
				document.write("<IMG src='imag/top-img00i.gif' name='subt1' width='350' height='250' border='0' alt='サンフラワーグループ'><BR>");
				break;
//-- その他
			default :
				document.write("<IMG src='imag/top-img00j.gif' name='subt1' width='350' height='250' border='0' alt='サンフラワーグループ'><BR>");
		}
	}
//--->
