/**
 *	Preloader for images in the 7U website.
 *	@author: 	Niels Bartels <niels@7u.nl>
 *	@date:		2010-02-03
 */

setTimeout(function()
{
	loadImages();
	
}, 1000);