function isHome() {
	return ( (location.href.indexOf('_') == -1) && (location.href.indexOf('-') == -1) );
}
