// 27.07.2010 rur - last changed 17.08.10 dov


// Image transition on SBN startpage


$(document).ready(function() {
	$('.slideshow').cycle({fx: 'fade', speed: 6000 });
}); 

