$(document).ready(function() {
    $('#zitat').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:  8000,
		cleartype: true,
		cleartypeNoBg:   true,
		random: true
	});
	
	$('#contentText').corner();
	
	
	$(document).pngFix(); 
	
 


	
});

function showAllPosts() {
	$('.notVisiblePost').show();
	$('#nav-below').show();	
	$('#showAllPosts').hide();	
}

function showBg () {
	$('#contentBox').hide();
	$('#footer').hide();
}

function hideBg () {
	$('#contentBox').show();
	$('#footer').show();
}
