$(document).ready(function(){
		$("#recentpost > ul").tabs();
		$("#sidebar-recent > ul").tabs({ event: 'mouseover' });
	});
