function wechsel(bild,q){
if(!bild.getAttribute('oldSrc'))bild.setAttribute('oldSrc',bild.src);
bild.src=q?q:bild.getAttribute('oldSrc');
}

