(function( $ ){
    $(document).ready(function() {
        if ($('#adv').length){
            var title = $('.adv a').text();
            $('.adv').fancybox({
                        'title'			: title,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none'
            }).trigger('click');
        }
    });
})( jQuery );
