/* JSE推進協議会 bread.js produced by HitArts 2009-11-05 */

StrBread = '';

if (location.href.match(/index\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a>';
}

if (location.href.match(/therapy\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ アニマルセラピーの概要';
}

if (location.href.match(/purpose\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ めだか照らす教室の目的';
}

if (location.href.match(/kairyou\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ 改良めだかの種類';
}

if (location.href.match(/sample\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ 鑑賞・飼育の事例';
}

if (location.href.match(/profile\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ 主催団体の紹介';
}

if (location.href.match(/social\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ ソーシャルビジネスを考える';
}

if (location.href.match(/topics\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ めだかトピックス';
}

if (location.href.match(/application\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ 教室（サロン）申込';
}

if (location.href.match(/nyukai\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ NPOへの入会手続き';
}

if (location.href.match(/front\.php/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ お問い合わせ';
}

if (location.href.match(/front_conf_err\.php/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ <a href="front.php" title="">お問い合わせ</a> ＞ 入力エラー表示';
}

if (location.href.match(/front_conf\.php/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ <a href="front.php" title="">お問い合わせ</a> ＞ 内容確認';
}

if (location.href.match(/front_send\.php/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ <a href="front.php" title="">お問い合わせ</a> ＞ 送信完了';
}

if (location.href.match(/sitemap\.htm/i)) {
	StrBread = '<a href="./" title="">トップページ</a> ＞ サイトマップ';
}

document.write(StrBread);

