$(document).ready(function() {	$('body').waitForImages(function() {		//alert('All images are loaded.');	});});
