

var font1 = { src: 'http://www.saaleapotheke-jena.de/wp-content/plugins/sifr/flash/font.swf' };

	sIFR.activate(font1);

	sIFR.replace(font1, { 
	  selector: '.sidebar-box h2', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Regular', 'font-size' : '16px', 'color' : '#FFFFFF' }, 
		  'strong': { 'font-family' : 'KievitPro-Bold', 'font-weight' : 'plain' },
		  'em': { 'font-family' : 'KievitPro-Italic', 'font-style': 'normal' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#headNews', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Bold', 'font-size' : '16px', 'color' : '#548AC6' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#headWelcome', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Bold', 'font-size' : '16px', 'color' : '#B60722' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#content h1', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Bold', 'font-size' : '26px', 'color' : '#548AC6' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#content h2', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Bold', 'font-size' : '20px', 'color' : '#548AC6' }
		  }
	  });

	sIFR.replace(font1, { 
	  selector: '#content h3', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'KievitPro-Bold', 'font-size' : '18px', 'color' : '#548AC6' }
		  }
	  });

