$(function() {
	//homepage banner
	//$('<a href="/images/home-special.jpg"></a>')
	//	.lightBox({useOverlayInIE:false, fixedNavigation:true, imageRoot:"/cirkuit/includes/"})
	//	.click();

    var $gallery = $("#gallery").cycle({
        fx: "fade",
        delay: 1500,
        speed: 500,
		cleartype:true
    });
	$("ul.tabs").tabs('.tabContainer', {initialIndex:4});
	
	flowplayer("player", "/cirkuit/includes/flash/flowplayer/3.1.1/flowplayer.swf", {
		clip: {
			autoBuffering: true
		},
		playlist: [
			"/testimonials/hearingexpert.flv"
		]
	});
	
	flowplayer("player2", "/cirkuit/includes/flash/flowplayer/3.1.1/flowplayer.swf", {
		clip: {
			autoBuffering: true
		},
		playlist: [
			"/video/Hearing_Loss_Generic.flv"
		]
	});
	
	$('a.video-link').fancybox({
		padding: '0',
		margin: '0',
		transitionIn: 'none',
		transitionOut: 'fade',
		type: 'iframe',
		width: 854,
		height: 512, // height + 32px for control bar
		autoDimensions: true,
		autoScale: false,
		scrolling: 'no',
		onStart: function() { $gallery.cycle('pause'); },
		onClosed: function() { $gallery.cycle('resume'); }
	}); 

	/*
	$('#homeTestimonialSelect a').click(function(){
		flowplayer("player", "/cirkuit/includes/flash/flowplayer/3.1.1/flowplayer.swf", {
			clip: {
				autoBuffering: true
			},
			playlist: [
				this.href
			]
		});
		return false;
	});
	*/
});

