var preloadimg = [
	'images/introduktion_a.jpg',
	'images/introduktion_b.jpg',
	'images/introduktion_c.gif',
	'images/introduktion_d.jpg',
	'images/introduktion_e.jpg',
	'images/julkort2004.jpg',
	'newimg/butnorm_begagnat.jpg',
	'newimg/butnorm_broschyrer.jpg',
	'newimg/butnorm_erbjudanden.jpg',
	'newimg/butnorm_foretaget.jpg',
	'newimg/butnorm_hem.jpg',
	'newimg/butnorm_kontakta.jpg',
	'newimg/butnorm_logistik.jpg',
	'newimg/butnorm_nyheter.jpg',
	'newimg/butnorm_produkter.jpg',
	'newimg/butnorm_tillbaka.jpg',
	'newimg/butover_begagnat.jpg',
	'newimg/butover_broschyrer.jpg',
	'newimg/butover_erbjudanden.jpg',
	'newimg/butover_foretaget.jpg',
	'newimg/butover_hem.jpg',
	'newimg/butover_kontakta.jpg',
	'newimg/butover_logistik.jpg',
	'newimg/butover_nyheter.jpg',
	'newimg/butover_produkter.jpg',
	'newimg/butover_tillbaka.jpg',
	'newimg/gmmlogo.jpg',
	'newimg/head_begagnat.jpg',
	'newimg/head_broschyrer.jpg',
	'newimg/head_dynamic.jpg',
	'newimg/head_erbjudanden.jpg',
	'newimg/head_foretaget.jpg',
	'newimg/head_galleri.jpg',
	'newimg/head_kontakta.jpg',
	'newimg/head_leasing.jpg',
	'newimg/head_logistik.jpg',
	'newimg/head_nyheter.jpg',
	'newimg/head_produkter.jpg',
	'newimg/n_galleri.jpg',
	'newimg/n_leasing.jpg',
	'newimg/n_nyheter.jpg',
];

for( i = 0; i < preloadimg.length; i++ ) {
	var tmp = new Image();
	tmp.src = preloadimg[ i ];
}
