 $(document).ready(
			function()
			{
				/*
				$('#header-submenu-links span a').click(function(){
					resize();
					var toLoad = $(this).attr('alt')+' #content';
					$('#header-news').load(toLoad, '', showNewContent);
					return false;	 
				}); 
				*/
				function showNewContent() {
					 //$('#header-news').show('normal');
					 $("div.playerfield a[title]").tooltip({ effect: 'slide'});
				 }
			
				 $(function() {
						$('#picasa-fotos a').lightBox({fixedNavigation:true});
					});
					
					$(function() {
						$('.internalNewsTeaser a.image').lightBox({fixedNavigation:false});
					});
					
				$("#programma-content img[title]").tooltip({ effect: 'slide'}).overlay();
			}
);
 
 
