
$(function(){$('#header-slide').cycle({fx:'fade',timeout:header_time});getTable=function(team){$('#box_table_games').html('Bitte warten..');$('.box_table_games_content').html('<center><img src="'+sfbpath+'bilder/ajax-loader.gif"/></center>');$.ajax({type:"GET",url:sfbpath+"ajax.php?function=table&mannschaft="+team,success:function(msg){$('#box_table_games').html('Tabelle '+team+'. Mannschaft');$('.box_table_games_content').html(msg);$('#right').height($('#content').height());}});};newTopplayer=function(){$.ajax({type:"GET",url:sfbpath+"ajax.php?function=newtopplayer",success:function(msg){location.reload();}});};getGames=function(){$('#box_table_games').html('Bitte warten..');$('.box_table_games_content').html('<center><img src="'+sfbpath+'bilder/ajax-loader.gif"/></center>');$.ajax({type:"GET",url:sfbpath+"ajax.php?function=dates",success:function(msg){$('#box_table_games').html('Termine');$('.box_table_games_content').html(msg);$('#right').height($('#content').height());}});};});var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-20630607-1']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();
