function confirmation()
{
	var answer = confirm("Proceed to A-ha! Leaflets?");
	if (answer){
		window.location = "news.php";
	}
}