$(document).ready(function() {
    $('a[href][rel*=external]').each(function() { this.target = '_blank'; });
	$('.accordion').accordion({ autoHeight: false, navigation: true });
    $('.teaser ul').innerfade({ animationtype: 'fade', speed: 1000, timeout: 3000, type: 'sequence' });
});
