// JavaScript Document
function locationChanged(val)
{
//alert(val);
	if(val!="0")
	{
		document.location.href="location_" + val + ".php";
	}
}
