$(document).ready(function(){
	var html = '<div id="animation_images">';
	html += '<img src="/img/animation/2 img068 copy.jpg" alt="" />';
	html += '<img src="/img/animation/Ekaterina Pereverzeva 02 copy.jpg" alt="" />';
	html += '<img src="/img/animation/shaty 097.jpg" alt="" />';
	html += '<img src="/img/animation/katy copy.jpg" alt="" />';
	html += '<img src="/img/animation/IMG_4130.jpg" alt="" />';
	html += '<img src="/img/animation/IMG_3744.jpg" alt="" />';
	html += '</div>';
	$('#animation div').prepend(html);
	$('#animation_images').cycle({fx: 'fade', timeout: 8000, speed: 3000 });
});