$(document).ready(function(){
	var html = '<div id="animation_images">';
	html += '<img src="/images/menu/1.png" alt="" />';
	html += '<img src="/images/menu/2.png" alt="" />';
	html += '<img src="/images/menu/3.png" alt="" />';
	html += '<img src="/images/menu/4.png" alt="" />';
	html += '</div>';
	$('#animation div').prepend(html);
	$('#animation_images').cycle({fx: 'fade', timeout: 4000, speed: 6000 });
});
