function swap(bild) {
	bild = "home/" + bild + ".jpg";
	document.images["bildBox"].src = bild;
}
