// JavaScript Document

var locAnc=location.href;
if(locAnc.indexOf('#')!=-1){
	locAnc=locAnc.slice(locAnc.indexOf('#'),locAnc.length);
	if(locAnc=='#about') location.href='/macherie/haircare.html#about';
	else if(locAnc=='#about_ingredient') location.href='/macherie/haircare.html#about_ingredient';
	else if(locAnc=='#about_fragrance') location.href='/macherie/haircare.html#about_fragrance';
	else if(locAnc=='#item') location.href='/macherie/haircare.html#item';
	else if(locAnc=='#item_moisture') location.href='/macherie/haircare.html#item_moisture';
	else if(locAnc=='#item_airfeel') location.href='/macherie/haircare.html#item_airfeel';
	else if(locAnc=='#movie') location.href='/macherie/haircare.html#movie';
}


