function mouseover() 
{ 
document.getElementById("news_item").style.backgroundColor='black'; 
} 
function mouseout() 
{ 
document.getElementById("news_item").style.backgroundColor='red'; 
}