$(function(){
	$('#topPhoto img:gt(0)').hide();
	setInterval(function(){$('#topPhoto :first-child').fadeOut(2000).next('img').fadeIn(2000).end().appendTo('#topPhoto');}, 8000);
	$('#jw #fadein1 img:gt(0)').hide();
	setInterval(function(){$('#jw #fadein1 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#jw #fadein1');}, 5000);
	$('#jw #fadein2 img:gt(0)').hide();
	setInterval(function(){$('#jw #fadein2 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#jw #fadein2');}, 5000);
	$('#jw #fadein3 img:gt(0)').hide();
	setInterval(function(){$('#jw #fadein3 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#jw #fadein3');}, 5000);
	$('#jw #fadein4 img:gt(0)').hide();
	setInterval(function(){$('#jw #fadein4 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#jw #fadein4');}, 5000);
	$('#jw #fadein5 img:gt(0)').hide();
	setInterval(function(){$('#jw #fadein5 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#jw #fadein5');}, 5000);
	$('#jw #fadein6 img:gt(0)').hide();
	setInterval(function(){$('#jw #fadein6 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#jw #fadein6');}, 5000);
	$('#aw #fadein1 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein1 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein1');}, 5000);
	$('#aw #fadein2 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein2 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein2');}, 5000);
	$('#aw #fadein3 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein3 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein3');}, 5000);
	$('#aw #fadein4 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein4 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein4');}, 5000);
	$('#aw #fadein5 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein5 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein5');}, 5000);
	$('#aw #fadein6 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein6 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein6');}, 5000);
	$('#aw #fadein7 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein7 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein7');}, 5000);
	$('#aw #fadein8 img:gt(0)').hide();
	setInterval(function(){$('#aw #fadein8 :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('#aw #fadein8');}, 5000);
});

