var dinreg = {
  src: 'din_regular.swf'
  ,ratios:[10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17]
};

var dinbold = {
  src: 'din_bold.swf'
  ,ratios:[10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17]
};


//comma separate for multiple flash movies
sIFR.activate(dinreg, dinbold);

sIFR.replace(dinreg, {
      selector: 'h1.MWxHeader'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#7aa357; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#FFFFFF; }'
      ]
      ,wmode: 'transparent'
		});

sIFR.replace(dinbold, {
      selector: 'h2.MWxTitle'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#7aa357; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#FFFFFF; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(dinreg, {
      selector: 'h2.MWxTitleAlt'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#7aa357; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#FFFFFF; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(dinreg, {
      selector: 'h2.MWxTitleWWD'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#7aa357; }'
      ,'em { font-style:italic; }'
      ,'strong { font-weight:bold; color:#FFFFFF; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(dinbold, {
      selector: 'h2.MWxTitleWhite'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#FFFFFF; text-align:center; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(dinreg, {
      selector: 'h3.MWxSmall'
      ,css: [
      '.sIFR-root { font-weight:normal; color:#ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e54720; }'
      ,'a:hover { color: #FFFFFF; }'
      ]
      ,wmode: 'transparent'
});