function addNewsEvents() {
	document.getElementById('featured_news').onmouseover = function() {
 		$("#featured_news").tabs('rotate' , 0);
	}
}

addLoadEvent(addNewsEvents);