/**
* @author Dipl.-Ing. (FH) Martin Mayrhofer-Reinhartshuber
* @copyright 2010, Netzmühle Internetagentur
* @since 04.03.2010
*/

$(document).ready(
	function(){
		$('#subjects').innerfade({
			speed: 2000,
			timeout: 7000,
			type: 'sequence',
			containerheight: '1em'
		});
	});
