function bg() {
	var oeveel = Math.floor(Math.random() * 5);
	var img = 'images/header'+oeveel+'.jpg';
	document.head.src=img;
}

