﻿if (self != top || top.location.href.indexOf('http://banjo.officeboya.jp/') != 0) {	if (location.href.indexOf('bbs') > 0) {		top.location.href = 'http://banjo.officeboya.jp/blog/bbs.html';	}	else if (location.href.indexOf('blog') > 0) {		top.location.href = 'http://banjo.officeboya.jp/blog/index.html';	}	else if (location.href.indexOf('django') > 0) {		top.location.href = 'http://banjo.officeboya.jp/django/index.html';	}	else {		top.location.href = 'http://banjo.officeboya.jp/index.html';	}}
