$(document).ready(function(){
$('.ersatz').hide();
$("#menue a, #footer a, #keimzelle-logo").attr("title", "");
if($.browser.msie) {
$("img").attr("alt", "");
}

$("#wrapper a[href^='http://']").attr("target","_blank");

$('h1.blur').hover(function(){
$("#keimzelle-logo", this).stop().animate({opacity:'0'},{queue:false,duration:600});
},
function() {
$("#keimzelle-logo", this).stop().animate({opacity:'1'},{queue:false,duration:600});
});
});
