/**
 * @author Creative Company Energy CO.,Ltd <http://www.didi.jp/>
 */

function diverge()
{
 	var isAreaEntry = areaCheck.check();
	
	if (isAreaEntry == 1) {
		//location.href="index.html";
	}
	else if (isAreaEntry == 2) 
	{
		location.href="west.html";
	}else
	{
		location.href="west.html";
	}
	
}

diverge();