$(document).ready(
	function(){
		document.getElementById('favorites__').style.display = 'none';
		document.getElementById('favorites_').style.display = 'block';
		$('#favorites_').innerfade({
			animationtype: 'fade',
			speed: 1500,
			timeout: 4000,
//			type: 'random',
			containerheight: '1em'
		});
	}
);
