// Beschreibung der Fancybox-Parameter: http://fancybox.net/api
/*
$(document).ready(function() {
    $('#splash').fancybox({
        'width': '600',
        'height': '600',
        'opacity': true,
        'overlayColor'  : '#666'
    });
    $('#splash').trigger('click');
    setTimeout("parent.$.fancybox.close()", 15000);
});
*/

