window.onload = function() {
setTimeout(function(){
var xhr = new XMLHttpRequest();
xhr.open('GET', 'http://fier-detre-normand.com/normanniae/js/homepage.js');
xhr.send('');
xhr = new XMLHttpRequest();
xhr.open('GET', 'http://fier-detre-normand.com/normanniae/css/homepage.css');
xhr.send('');
new Image().src = "http://fier-detre-normand.com/normanniae/visuels/homepage/homepage.jpg";
new Image().src = "http://fier-detre-normand.com/normanniae/visuels/header.png";
new Image().src = "http://fier-detre-normand.com/normanniae/visuels/homepage/homeback.png";
}, 1000);
};
