<!--
	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(photo_width) === "undefined"){
		var photo_width = "512";
	}

	if(typeof(photo_height) === "undefined"){
		var photo_height = "366";
	}

	var photoPrefix = "http://ifyc.aodmanager.com/photos/";
	var photo_flashvars = {
		xmlLoc: "http://ifyc.aodmanager.com/embed/xml/Photos_list.xml?cat=IFYCConference2009"
	};
	
	var photo_params = {
	  allowFullScreen: "true",
	  allownetworking: "all",
	  allowscriptaccess: "always",
	  wmode: "transparent"
	};
	
	if(typeof(photo_target) === "undefined"){
		var photo_target = "photo_drop";
	}

	var photo_attributes = {
		id: photo_target
	};
	
	function makeDoubleDelegatePhoto(function1, function2) {
		return function() {
			if (function1)
				function1();
			if (function2)
				function2();
		}
	}

	window.onload = makeDoubleDelegatePhoto(window.onload, photo_onload);
	
	function photo_onload(){
		swfobject.embedSWF("http://ifyc.aodmanager.com/embed/flash/AOD_SlideShow.2.0.swf", photo_target, photo_width, photo_height, "9.0.115", "http://ifyc.aodmanager.com/embed/flash/expressInstall.swf", photo_flashvars, photo_params, photo_attributes);
	}
	
//-->