window.onload = function() {
	var id = ( String(window.location).match(/\/(\d{6}-\d)\.html$/) )[1];
	window.location = '../LatestNews.html#' + id;
}