<!--
	if(typeof(sf_includes) == "undefined"){
		//javascript includes
		var sf_includes = true;
		document.write('<s' + 'crip' + 't type="text/javascript" src="http://ifyc.aodmanager.com/embed/scripts/includes.js"><\/s' + 'crip' + 't>');
	}


	if(typeof(video_target) === "undefined"){
		var video_target = "video_drop";
	}

	if(typeof(video_width) === "undefined"){
		var video_width = "512";
	}

	if(typeof(video_height) === "undefined"){
		var video_height = "383";
	}

	if(typeof(aspect_ratio) === "undefined"){
		var aspect_ratio = "4:3";
	}

	if(typeof(auto_play_video) === "undefined"){
		var auto_play_video = "true";
	}
	else {
		auto_play_video = (auto_play_video == '1') ? "true" : "false";
	}

	var videoPrefix = "http://ifyc.aodmanager.com/videos/";
	var video_flashvars = {
		aspect: aspect_ratio,
		tally: "http://ifyc.aodmanager.com/embed/sf_connect/tally.php?table=sf_videos_ext",
		autoPlayVideo: auto_play_video		
	};
	
	var video_params = {
	  allowFullScreen: "true",
	  allownetworking: "all",
	  allowscriptaccess: "always",
	  wmode: "transparent"
	};
	
	if(typeof(video_target) === "undefined"){
		var video_target = "video_drop";
	}

	var video_attributes = {
		id: video_target
	};




	
	function video_onload(){
		swfobject.embedSWF("http://ifyc.aodmanager.com/embed/flash/AOD.Player.4.3.swf", video_target, video_width, video_height, "9.0.115", "http://ifyc.aodmanager.com/embed/flash/expressInstall.swf", video_flashvars, video_params, video_attributes);
	}

	if(typeof(makeDoubleDelegate) != "function"){
		function makeDoubleDelegate(function1, function2) {
			return function() {
				if (function1)
					function1();
				if (function2)
					function2();
			}
		}
	}	
	window.onload = makeDoubleDelegate(window.onload, video_onload);

//-->