$(document).ready(function(){
			$.sifr({
				path: '_var/js/sifr/',
				save: true
			});
			$('#center .box h1, #center .box h2').sifr({ font: 'FuturaBalMd', color: '#162882' });
			$('#left .box h2, #right .box h2, #left .box_bg_shine h2').sifr({ font: 'FuturaBalMd', color: '#162882' });
			$('.box_search h2, .box_certyfikaty h2, .box_basket h2, .box_newsletter h2').sifr({ font: 'FuturaBalMd', color: '#DFE2EE' });
		/*	$('#menu a').sifr({ font: 'OpelSans', color: '#ffffff' });
			$('#menu a:hover').sifr({ font: 'OpelSans', color: '#162882' });
   */
		});
