var univers = {
    src: '/swf/sifr-univers.swf'
  };
  
var stymie = {
    src: '/swf/sifr-stymie.swf'
  };
  
var dinFont = {
    src: '/swf/sifr-din.swf'
  };

sIFR.prefetch(univers, stymie, dinFont);
sIFR.activate();

DosIFRReplacements();

function DosIFRReplacements()
{
  
  sIFR.replace(stymie, {
    selector: '.headline'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-transform: uppercase; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.stymie-black'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #535353; font-weight: normal; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.stymie-white'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal;}'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.stymie-orange'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #bb4f0a; font-weight: normal;}'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.stymie-white-center'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-align:center; }'
    ]
  });
  
  sIFR.replace(dinFont, {
    selector: '.din-white'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; }'
      ,'a { text-decoration:none; color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
    ]
  });
  
  sIFR.replace(dinFont, {
    selector: '.din-white-center'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-align:center; }'
      ,'a { text-decoration:none; color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
      ,'a:link { color: #ffffff; }'
    ]
  });
  
  sIFR.replace(dinFont, {
    selector: '.din-dk-orange'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #BA4E09; font-weight: normal;}'
      ,'a { text-decoration:none; color: #535353; }'
      ,'a:hover { color: #BA4E09; }'
      ,'a:link { color: #535353; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.stymie-dk-orange'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #BA4E09; font-weight: normal;}'
      ,'a { text-decoration:none; color: #BA4E09; }'
      ,'a:hover { color: #BA4E09; }'
      ,'a:link { #BA4E09; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.searchhead'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #000000; font-weight: normal; text-transform: uppercase; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.onlinehead'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #4c4d4e; font-weight: normal; text-transform: uppercase; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.stymie-bold-orange'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #BA4E09; font-weight: normal; text-transform: uppercase;}'
      ,'a { text-decoration:none; color: #BA4E09; }'
      ,'a:hover { color: #BA4E09; }'
      ,'a:link { #BA4E09; }'
    ]
  });
  
  sIFR.replace(stymie, {
    selector: '.callout-title'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#000000; font-weight:normal; text-transform:uppercase;}'
    ]
  });
  
   /*sIFR.replace(univers, {
    selector: '#nav-container'
	,fitExactly:true
	,tuneWidth:2
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { text-align: center; color: #535353; font-weight: bold;}'
      ,'a { text-decoration: none; font-size: 16px;}'
      ,'a:link { color: #ff9900 }'
      ,'a:hover { color: #dddddd }'
      ,'a .button_selected{ color: #ffffff }'
    ]
  });*/
 }

  