$(document).ready(function(){
		$("#featured > ul").tabs({fx:{opacity: "toggle"},event: 'mouseover'}).tabs("rotate", 5000, true);
		
		//$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true).tabs({ event: 'mouseover' });
		
		
		$('#nav-fragment-1 > a').click(function() {		
			location.href='html/rgd-programme.html';										
		});
		$('#nav-fragment-2 > a').click(function() {
			location.href='html/rgd-gallery.html';										
		});
		$('#nav-fragment-3 > a').click(function() {
			location.href='html/egba.html';										
		});
	});
