$(document).ready(function(){
	$('h1').not('.noSifrl').sifrl({
		swf: 'mysite/swf/sifrl_foundry.swf',
		txtSize: 24,
		txtLeading: 0,
		txtLetterSpacing: 0.2,
		offsetX: -3,
		offsetY: -2
	});
	$('h2').not('.noSifrl').sifrl({
		swf: 'mysite/swf/sifrl_foundry_bold.swf',
		txtLeading: -1,
		txtAlign: 'right',
		offsetX: -5
	});	
});