var ROOT = "http://familylegacypro.com/";

var RecaptchaOptions = {
   theme : 'white'
};

$(document).ready(function(){
	$("#recaptcha_switch_audio").attr("src", ROOT+"wp-content/themes/familylegacy/images/switch_audio.gif");
	$("#recaptcha_reload").attr("src", ROOT+"wp-content/themes/familylegacy/images/reload.gif");
	$("#recaptcha_whatsthis").attr("src", ROOT+"wp-content/themes/familylegacy/images/whatsthis.gif");
	$("#recaptcha_switch_img").attr("src", ROOT+"wp-content/themes/familylegacy/images/switch_text.gif");
	$(".recaptcha_r4_c4").addClass("recaptcha_logo").removeClass("recaptcha_r4_c4");
	
	
	$("a.flowplayer").flowplayer(ROOT+"mov/flowplayer-3.1.5.swf"); 
		// setup overlay actions to buttons
	$("a[rel]").overlay({
 
		// use the Apple effect for overlay
		effect: 'apple',		
		
		expose: '#000',				
		
		onLoad: function(content) {
			// find the player contained inside this overlay and load it
			this.getOverlay().find("a.flowplayer").flowplayer(0).load();
		},
		
		onClose: function(content) {
			$f().unload();
		}
	});	
});