
jQuery(document).ready(function($) {
	if (document.getElementById('carouselList')) {
		function mycarousel_initCallback(carousel) {
			carousel.clip.hover(function() { carousel.stopAuto(); }, function() { carousel.startAuto(); });
		};
		jQuery('#carouselList').jcarousel({
			wrap: 'circular',
			easing: 'swing',
			animation: 1500,
			initCallback: mycarousel_initCallback,
			scroll: 4
		});
	}
	if (document.getElementById("WOLMusic")) {
		var flashvars = {
			file: "/wp-content/themes/bride/js/bride.xml",
			skin: "/wp-content/themes/bride/js/simple-edited.swf",
			lightcolor: "642c11",
			backcolor: "ffffff",
			frontcolor: "000000",
			screencolor: "ff0000",
			width:"310",
			height:"20",
			icons:"false",
			playlistsize:"105",
			controlbar:"bottom",
			playlist:"bottom",
			autostart:"true"
		}
		var params = {
			menu: "false",
			wmode: "transparent"
		}
		var attributes = {
			id: "WOLMusic",
			name: "WOLMusic"
		}
		swfobject.embedSWF("/wp-content/themes/bride/js/mp3player2.swf", "WOLMusic", "310", "125", '9.0.0',"expressInstall.swf", flashvars, params, attributes);
	}
	if (document.getElementById("oneFlesh")) {
		swfobject.embedSWF("/wp-content/themes/bride/js/oneFlesh.swf", "oneFlesh", "313", "554", '9.0.0',"expressInstall.swf", {width:"313",height:"554"},{wmode:"transparent"});
	}
	if (document.getElementById("intromovie")) {
		swfobject.embedSWF("/wp-content/uploads/BOC-Movie-23.swf", "intromovie", "980", "462", '9.0.0', "expressInstall.swf","",{width:"980",height:"462",wmode:"transparent"});
	}
});

function showIntro() {
	//document.getElementById('tagline').style.display = 'none';
//	document.getElementById('tubepress_gallery_1874037333').style.height = '480px';
	document.getElementById('vimeo_container').style.height = '480px';
	document.getElementById('mainpagespacer').style.height = '480px';
	swfobject.embedSWF("/wp-content/uploads/BOC-Movie-23.swf", "vimeo_container", "980", "462", '9.0.0', "expressInstall.swf","",{width:"980",height:"462",wmode:"transparent"});
}

