path = location.pathname;

if(path.match("/lineup/compare.php")){
	document.getElementById("subNavi07").setAttribute("id","active");
}
else if(path.match("/lineup/2011ym/")){
	document.getElementById("subNavi08").setAttribute("id","active");
}

