// JavaScript Document
$(function() {
	$("#news-tabs").tabs({
		event: 'mouseover'
	});	
});
