//Wechsel Auge und Bild
function BlurLinks () {
image1_a = new Image();
image1_a.src = "images/Auge.jpg";
image1_b = new Image();
image1_b.src = "images/Index.jpg";
}
onload = BlurLinks; {}
