function goToPage(thisValue)
{
	var varValue = thisValue;
	window.location.href = 'news_by_month.php?mes=' + varValue;
}

function goToNews(thisValue)
{
	var varValue = thisValue;
	window.location.href = 'news_by_month.php?mes=' + varValue;
}
