$(function(){
	$( ".tabs" ).tabs();
	$('#featured').cycle({fx: 'fade', timeout: 6000, prev: '#prev', next: '#next', pause: 1});
	$('#advanced_toggle').click(function() {
		$('#advanced_options').toggle();
	});
});
