function NewsUp1() {
	var NEWS = document.getElementById("Sidebar_Search-Copy");
	if (window.XMLHttpRequest)
	  {// code for IE7+, Firefox, Chrome, Opera, Safari
	  xmlhttp=new XMLHttpRequest();
	  }
	else
	  {// code for IE6, IE5
	  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	  }
	xmlhttp.onreadystatechange=function()
	  {
	  if (xmlhttp.readyState==4 && xmlhttp.status==200)
		{
		NEWS.innerHTML=xmlhttp.responseText;
		}
	  }
	xmlhttp.open("GET","pick1.php");
	xmlhttp.send();
	setTimeout("NewsUp1()",10000);
	//alert(eid);
	//alert(date);
}
function NewsUp2() {
	var NEWS = document.getElementById("Sidebar_Search-Copy");
	if (window.XMLHttpRequest)
	  {// code for IE7+, Firefox, Chrome, Opera, Safari
	  xmlhttp=new XMLHttpRequest();
	  }
	else
	  {// code for IE6, IE5
	  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	  }
	xmlhttp.onreadystatechange=function()
	  {
	  if (xmlhttp.readyState==4 && xmlhttp.status==200)
		{
		NEWS.innerHTML=xmlhttp.responseText;
		}
	  }
	xmlhttp.open("GET","pick2.php");
	xmlhttp.send();
	setTimeout("NewsUp2()",10000);
	//alert(eid);
	//alert(date);
}
function NewsUp3() {
	var NEWS = document.getElementById("Sidebar_Search-Copy");
	if (window.XMLHttpRequest)
	  {// code for IE7+, Firefox, Chrome, Opera, Safari
	  xmlhttp=new XMLHttpRequest();
	  }
	else
	  {// code for IE6, IE5
	  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	  }
	xmlhttp.onreadystatechange=function()
	  {
	  if (xmlhttp.readyState==4 && xmlhttp.status==200)
		{
		NEWS.innerHTML=xmlhttp.responseText;
		}
	  }
	xmlhttp.open("GET","pick3.php");
	xmlhttp.send();
	setTimeout("NewsUp3()",10000);
	//alert(eid);
	//alert(date);
}
function NewsMain() {
	var NEWS = document.getElementById("newswitch");
	if (window.XMLHttpRequest)
	  {// code for IE7+, Firefox, Chrome, Opera, Safari
	  xmlhttp=new XMLHttpRequest();
	  }
	else
	  {// code for IE6, IE5
	  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	  }
	xmlhttp.onreadystatechange=function()
	  {
	  if (xmlhttp.readyState==4 && xmlhttp.status==200)
		{
		NEWS.innerHTML=xmlhttp.responseText;
		}
	  }
	xmlhttp.open("GET","picknews.php");
	xmlhttp.send();
	setTimeout("NewsMain()",10000);
	//alert(eid);
	//alert(date);
}
