$(document).ready(function(){	
			
			$("#fadeshow2").imageLoader({
				images: [{ src: 'home-big-images/2.jpg' }
					 ,{ src: 'home-big-images/3.jpg' }]
			}, function(){
				$('#fadeshow2').cycle({
					fx: 'fade',
					speed: 2000,
					timeout: 6000,
					random:  0
				});
			});
					
		});
