$(document).ready(function(){
	
	$(".unavailable").fancybox({
		type: 'ajax',
		href: 'excuus.php'
	});
	
	$('.fancybox').fancybox();
	
    $(".show_on").fancybox({
    	'height'		: 360,
    	'width'			: 596,
        'autoscale'		: true,
        'transitionIn'	: 'none',
        'transitionOut'	: 'none',
        'padding'		: 0,
        'type'			: 'swf',
        'href'			: this.href,
        'swf'			: { 'wmode':'transparent', 'allowfullscreen':'true' }
    });
    
});
