jQuery(function( $ ){		
	$.preload( imgArr, {
		base:'index.php?rex_resize=760w__200h__',
		ext:'&rex_filter[]=rounded',
		onComplete:function( data ){
			var img = new Image();
			img.src = data.image;
			$('#banner').append(img);
		},
		onFinish:function(){
			$('#loader p').fadeOut(2000);
		}
	});
});
