(function( $ ){
    $(document).ready(function() {
        if ($('#adv div.csc-default').length){
            $('<a id="stoerer" href="#' + $('#adv div.csc-default').attr('id') + '">&nbsp;</a>').prependTo('#adv');
            $('#stoerer').fancybox({
			'width'                 : '800px',
			'height'        	: '667px',
                        //'title'			: '',
			'transitionIn'		: 'none',
			'transitionOut'		: 'none'
            }).trigger('click');
        }
    });
})( jQuery );
