
$(document).ready(function() {
	// wywolanie drukowania
	$('a.print').bind('click', function(){
		window.print();
		return false;
	});
  
	// przycisk powrotu
	$('a.back').bind('click', function(){
		history.back();
		return false;
	});
	
	//naglowki Sifr
	$('.content h2.sifr, #logo h3.sifr, .content h4.sifr, .content h3.sifr, .screencast h3.sifr').sifr({
	font: '/theme/js/helveticaneuelight',
		color: '#6d6d6d'
	});
	
	/*odnosnik sif
	$('.screencast_subpage .demo, .screencast .demo').sifr({
	font: '/theme/js/myriad_pro',
		color: '#347097'
	});	*/
	
});
