$(document).ready(function() {

	if($('#headerfoto > img').length>1){
		$('#headerfoto').cycle({ fx:'fade', timeout: 40, speed: 3000,  pause:  1, next:  '#headerfoto > img'  });
	}else{
		$('#headerfoto > img').fadeIn("slow");
	}
	
	/* Apply fancybox to multiple items */
	
	$(".iframe").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	200, 
		'speedOut'		:	200, 
		'overlayShow'	:	false,
		'type'			:	'iframe',
		'width'			:	850,
		'height'		:	470,
		'titleShow'		:	false
	});
	
	$(".lightbox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});

});

function popitup(url) {
	newwindow=window.open(url,'name','height=500,width=864');
	if (window.focus) {newwindow.focus()}
	return false;
}
