
function changeDate(path)
{
	//alert(path);
	window.location.href=path;		
}

