$(document).ready(function(){
	$(document).pngFix(); 
	
	$('#gallery a').lightBox({
		imageLoading: url+'static/js/jquery/plugins/lightbox/images/loading.gif',
		imageBtnClose:url+'static/js/jquery/plugins/lightbox/images/close.gif',
		imageBtnPrev:url+'static/js/jquery/plugins/lightbox/images/prev.gif',
		imageBtnNext:url+'static/js/jquery/plugins/lightbox/images/next.gif',
		txtImage: 'Afbeelding',
		txtOf: 'van'
    });
	
	$('#laatstenieuws > li').click(function(){
		window.location = url+'nieuws/'+$(this).attr('id');
	});
	
	$('.extramatchinfo').each(function(){
		$('#'+this.id).dialog({ autoOpen: false, show: 'slide', hide: 'slide', width:300, height:300 });								   
	});
	
	$('.openpopup').click(function(){
		$('#popup-'+this.id).dialog('open');							   
	});
	
	$('.sponsoren').cycle({
		fx: 'scrollLeft',
		timeout: 5000,
		pager: '#sponnav'
	});
	
});
