  var dinmedium = {
    src: 'swf/dinmedium.swf'
    ,ratios: [8, 1.42, 9, 1.33, 12, 1.35, 19, 1.3, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 38, 1.25, 53, 1.24, 56, 1.23, 57, 1.24, 83, 1.23, 85, 1.22, 87, 1.23, 94, 1.22, 95, 1.23, 1.22]
  };
  

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

sIFR.replace(dinmedium, {
    selector: 'h1',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { color: #FF5F00; font-size: 14px; line-height: 1em; margin: 0px; padding: 0px; text-transform: uppercase; text-align: left; font-weight: bold;}'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: false,
	tuneWidth: 10
 });

sIFR.replace(dinmedium, {
    selector: 'h2',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { color: #84807f; font-size: 14px; line-height: 1em; margin: 0px; padding: 0px; text-align: left; font-weight: normal;}'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: false,
	tuneWidth: 10
 });
