
/*
 * Animations and common ajax functions
 * @author Thomas Barth (t.barth@poi.ch)
 */

jQuery.noConflict();jQuery(document).ready(function($)  {	
		// fancybox images
	jQuery("a.imagesFancybox").fancybox();	
});


