var xmlHttp = false;

if (!xmlHttp && typeof XMLHttpRequest != 'undefined') {
  xmlHttp = new XMLHttpRequest();
}

function hideNews(name) {
	$('#shownews').slideUp();
	document.cookie = name + "=1" + "; path=" + "/";
}