/* Author: Philippe Krebs, Schaffner&Conzelmann AG

*/

$(document).ready(function() {
  $("img#startbanner").hide().delay(500).fadeIn(3000);
 });
 
 $("#wrapper.topic-47 #content img").hide();
 $("#wrapper.topic-47 #topicText").delay(1000).airportwriter({
		speed:60,
		num:1,
		complete:function(){
			$('img.fullsizeimage').delay(1500).fadeIn(3000);	
		},
	chars:' '
});
























