// start preload script

jQuery(function( $ ){			
	$.preload( 'img', {
		placeholder:'/includes/img/gray.gif',
	});
});



