jQuery(document).ready(function(){
	// Uruchomienie SIFR-a
	jQuery("h1, h2, h3, h4, h5").sifr({
		path: 'images/flash/',
		font: 'sifr'
	});
});

