var ok = 0;
var url = document.location+' ';
url = url.toLowerCase();
if (url.indexOf('http://www.bloom-style.jp') == 0 && 'http://www.bloom-style.jp' != '') { ok = 1; }
if (url.indexOf('http://www.bridal-bloom.jp') == 0 && 'http://www.bridal-bloom.jp' != '') { ok = 1; }
if (url.indexOf('http://www.bridal-inner.jp') == 0 && 'http://www.bridal-inner.jp' != '') { ok = 1; }
if (url.indexOf('') == 0 && '' != '') { ok = 1; }
if (url.indexOf('') == 0 && '' != '') { ok = 1; }
if (ok <= 0) { document.write('
'+document.location+'
HARIGAMI:This location is not in reserved URLs.
'); } else {
document.write('現在、お知らせはございません。
');
}