var DinBlack= {
  src: 'http://walktoglory.com/fla/Din-Black.swf'
};

var DinBold= {
  src: 'http://walktoglory.com/fla/Din-BoldAlt.swf'
};

var DinMed= {
  src: 'http://walktoglory.com/fla/Din-Med.swf'
};

sIFR.fromLocal = true;
sIFR.activate(DinBlack, DinBold, DinMed); // From revision 209 and onwards

sIFR.replace(DinBold, {
wmode: 'transparent',
  fitExactly: true,
  selector: 'h1#header-title',
   css: [ 
      '.sIFR-root { color: #ffffff; text-align: left; background-color:#e1f1f; letter-spacing:0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; text-decoration: none; }'
      ,'a:hover { color: #e1f1f; }'
    ]});

sIFR.replace(DinBold, {
wmode: 'transparent',
  fitExactly: true,
  selector: 'h1',
   css: [ 
      '.sIFR-root { color: #000000; text-align: left; background-color:#ffffff; letter-spacing:0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #e1f1f; text-decoration: underline; }'
    ]});

sIFR.replace(DinBold, {
wmode: 'transparent',
  fitExactly: true,
  selector: 'h2#header-payoff',
   css: [ 
      '.sIFR-root { color: #ffffff; text-align: left; background-color:#e1f1f; letter-spacing:0.0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; text-decoration: none; }'
      ,'a:hover { color:#e1f1f; text-decoration: underline; }'
    ]});

sIFR.replace(DinBold, {
wmode: 'transparent',
  fitExactly: true,
  selector: 'h2',
   css: [ 
      '.sIFR-root { color: #000000; text-align: left; background-color:#ffffff; letter-spacing:0.0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color:#e1f1f; text-decoration: underline; }'
    ]});

sIFR.replace(DinBold, {
wmode: 'transparent',
  fitExactly: true,
  selector: 'h3',
   css: [ 
      '.sIFR-root { color: #000000; text-align: left; background-color:#ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #e1f1f; text-decoration: underline; }'
    ]});

