  
    var font1 = { src: 'fileadmin/SITE/sifr/sifr-hm.swf' };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(font1);

	sIFR.replace(font1, { 
	  selector: 'h1', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'HM', 'font-weight' : 'bold', 'font-size' : '18px', 'color' : '#364E6D' }, 
		  'strong': { 'font-family' : 'HM-Bold', 'font-weight' : 'plain' },
		  'em': { 'font-family' : 'HM-Italic', 'font-style': 'normal' },
		  }
	  });

	sIFR.replace(font1, { 
	  selector: 'h2', 
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-size' : '15px', 'color' : '#364E6D' }, 
		  'a': { 'text-decoration' : 'none' },
		  'a:link': { 'color' : '#364E6D' },
		  'a:hover': { 'color' : '#FF6600' }
		  }
	  });

/*
	sIFR.replace(font1, { 
	  selector: 'h3',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'font-family' : 'HM', 'font-size' : '12px', 'color' : '#364E6D' }, 
		  'strong': { 'font-family' : 'HM-Bold', 'font-weight' : 'plain' },
		  'em': { 'font-family' : 'HM-Italic', 'font-style': 'normal' },
		  'a': { 'text-decoration' : 'none' },
		  'a:link': { 'color' : '#364E6D' },
		  'a:hover': { 'color' : '#FF6600' }
		  }
	  });
*/
