
    $(function() {
        $('a[@rel*=lightbox]').lightBox();
    });
		$(document).ready( 
			function(){
				$('#pub468').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '60px' });
				$('a[@rel*=blanck]').attr({ target: "_blank" });
			}
		);