$(function(){
	var org_background = ''
	$('.hasdao .daoover').hover(function(){
		org_background = $('#header').css('background-image');
		$('#header').css('background-image', 'url(' + $(this).find('img').attr('src') + ')');
	}, function(){
		$('#header').css('background-image', org_background);
	});
	
	$('#gelingender_wandel div').hover(function(){
		$('#gelingender_wandel').addClass($(this).attr('id'))
	}, function(){
		$('#gelingender_wandel').removeClass($(this).attr('id'))
	});
  
  $('a[href^=http]:not("[href^=http://' + document.domain + ']"), a[href$=.pdf], a[href$=.mp3]').attr('target','_blank');
});

Hyphenator.config({
		minwordlength : 4
	});
Hyphenator.run();
