var janeausten = { src: SIFR_DIR+'/janeausten.swf' };

sIFR.activate(janeausten);

sIFR.replace(janeausten, {
	css: '.sIFR-root { color:#524733; font-size:42px; text-transform:lowercase; }',
	offsetTop: -15,
	onReplacement: function() {
		$('div.content div.sidebar-narrow').css({
			marginTop: $('div.content div.article h1:first').height()+'px'
		});
	},
	selector: 'div.content h1',
	tuneHeight: -20,
	wmode: 'transparent'
});
