HELV.$(document).ready(function() {
	//newsticker
	jQuery('#news').show().innerfade({
		animationtype: 'slide',
		speed: 'slow',
		timeout: 6000,
		type: 'sequence',
		containerheight: '1em'
	});
});
