jQuery(document).ready(function() {

		$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
		$(".ui-tabs-panel").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
		
		$("a.iframe").fancybox({
		onStart		:	function() {
			return window.confirm('Warning: Advanced IFA Ltd (nor any of our associated affiliates) have any responsibility or control over the content or accuracy of information found within the page or pages you are about to access');
		},
		onCancel	:	function() {
			alert('Canceled!');
		},

		'width'				: '90%',
		'height'			: '90%',
		'autoScale'     	: true,
		'scrollin'		: 'auto',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});

		
});
