$(window).load(function(){
	$("#fade1").after('<a href="/gallery/families/" id="fade2"><img src="/img/home_fade/0002.jpg" width="400" height="320" alt="Families" /></a>');
	$("#fade2").after('<a href="/gallery/seniors/" id="fade3"><img src="/img/home_fade/0003.jpg" width="400" height="320" alt="Seniors" /></a>');
	$("#fade3").after('<a href="/gallery/children/" id="fade4"><img src="/img/home_fade/0004.jpg" width="400" height="320" alt="Children" /></a>');
	$("#fade4").after('<a href="/gallery/seniors/" id="fade5"><img src="/img/home_fade/0005.jpg" width="400" height="320" alt="Seniors" /></a>');
	$("#fade5").after('<a href="/gallery/weddings/" id="fade6"><img src="/img/home_fade/0006.jpg" width="400" height="320" alt="Weddings" /></a>');
	$('#slideshow').cycle({
			fx:    'fade', 
			delay: -2000,
			speed:  1000,
			timeout:4000
	});
});