

$(document).ready(
		function(){	
					
			$('ul#portfolio').innerfade({
				speed: 2000,
				timeout: 5000,
				type: 'random_start',
				containerheight: '163px'
			});
			$('img.kopfbild').toggle();
			
                       
		});
