jQuery(function(){
	
	$('#home_video').append('<span></span>');
	
    jQuery('#mycarousel').jcarousel({
        scroll: 1,
        animation: 'normal',
        easing: 'swing',
        buttonNextHTML: '<a class="carousel_button"></a>',
        buttonPrevHTML: '<a class="carousel_button"></a>'
    });
    
	$('.home_taketour_button').wrapInner('<span>');
	

	if (swfobject.hasFlashPlayerVersion("9.0.0")) {
		$('#home_video').click(function(e){
			e.preventDefault();
			if (swfobject.hasFlashPlayerVersion("9.0.0")) {
				var flashvars = {};
				
				var params = {
					wmode: 'transparent',
					allowScriptAccess: 'always',
					allowfullscreen: 'true'
				};
				
				var attributes = {
					id: 'home_video',
					name: 'home_video'
				};
				
				swfobject.embedSWF('http://embed.vidaroo.com/2616', 'home_video', '590', '332', '9.0.0', 'false', flashvars, params, attributes);
			}
			else {
				$('#home_video').html('<a href="http://get.adobe.com/flashplayer/" id="home_no_video" target="_blank">Get it here.</a>');
			}
		});
	}
	else {
		$('#home_video').html('<a href="http://get.adobe.com/flashplayer/" id="home_no_video" target="_blank">Get it here.</a>');
	}

});
