function embedPics() {
	$("#embed_area").load("scripts/embedpics.php", "", function() {
		$("#slideshow1").cycle({
			fx: "fade",
			timeout: 5000,
			speed: 500,
			random: 1
		});
		
		$("#slideshow2").cycle({
			fx: "fade",
			timeout: 5000,
			speed: 500,
			delay: 1000,
			random: 1
		});
		
		$("#slideshow3").cycle({
			fx: "fade",
			timeout: 5000,
			speed: 500,
			delay: 2000,
			random: 1
		});
	});
}