<?php
class ibd_BN extends YAZ_ibd {
	function __construct() {
		parent::__construct('Biblioteka Narodowa', 'alpha.bn.org.pl/innopac');
	}
}
?>