$(function() {
	$.pir.options.php="./scripts/pir.php";
	$("h1").pir({font: "avantgardebook.ttf", wrap: true});
	$("h2").pir({font: "avantgardebook.ttf"});
	$("li#nav a").pir({font: "avantgardebook.ttf"});
});

$(window).load(function() {
	//$("ul#speakers li img").slideDown(1000, "easeOutBack", function(){}); 					
    $("ul#speakers li#speaker1 img").animate({"margin-top": "0px"}, 1000, "easeOutBounce", function(){});
	$("ul#speakers li#speaker2 img").delay(800).animate({"margin-top": "0px"}, 1000, "easeOutBounce", function(){});
	$("ul#speakers li#speaker3 img").delay(1600).animate({"margin-top": "0px"}, 1000, "easeOutBounce", function(){});

	//$("ul#speakers li img").slideDown(1000);
	$("#speakers li span").show().css("margin-top","-3px");
	//$("ul#speakers li").fadeIn(10000);
});
