$(document).ready(function(){
	$("h2").next('blockquote').slideUp(1);
	$("h2").css("cursor","s-resize");
	$("h2").toggle(function(){$(this).next('blockquote').slideDown(1000,function(){$(this).prev().css("cursor","n-resize");});},
	               function(){$(this).next('blockquote').slideUp(600,function(){$(this).prev().css("cursor","s-resize");});});
	shuffle = function(o){ for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); return o; };
	var imgo = new Array("nathan1.jpg","orlando_4784.jpg","orlando_5404.jpg","orlando_4891.jpg","rusalka_0623.jpg","dumeineseele.jpg","clavigo.jpg","selbstgewalt.jpg","faust1.jpg","wildschuetz.jpg","selbstgewalt2.jpg","Ehebrecherin.jpg","galotti.jpg","faust_5117.jpg","weg_1644.jpg","ehebrecherin_3446q.jpg","wegderv_01534q.jpg","faust_5098.jpg","ehebrecherin_3452q.jpg"); 
	var img = shuffle(imgo);
	fading = function (i) {
		next = (i+1)%img.length; 
		$('#head').prepend('<div class="wrap"><img id="dia'+ next +'" src="/images/'+ img[next] +'"/></div>');
		$('#dia'+i).animate({opacity: 1.0}, 6000).fadeOut(12000, function() {$(this).animate({opacity: 0},500).remove(); fading(next); });}
	fading(0);
	});
	
	

