var franklinGothicMedium = {
  src: 'http://survivingtwenties.com/fonts/franklinGothicMedium.swf'
};

var hoefler = {
  src: 'http://survivingtwenties.com/fonts/hoefler.swf'
};

var franklinGothicBook = {
  src: 'http://survivingtwenties.com/fonts/franklinGothicBook.swf'
};

sIFR.fitExactly = true;
sIFR.isEnabled = true; 
sIFR.fromLocal = true; 
sIFR.debugMode = false; 
sIFR.delayCSS = true; 
sIFR.fixHover = true; 
sIFR.forceTextTransform = true;
sIFR.activate(franklinGothicMedium, franklinGothicBook, hoefler); // From revision 209 and onwards


sIFR.replace(hoefler, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#7FAF1B; font-weight: normal; text-align: left; font-size: 18px;}'
   	]
});

sIFR.replace(franklinGothicBook, {
    selector: 'ul#nav li'
    ,css: [
      '.sIFR-root { text-align: center; color: #4b4a4a; font-size: 13px; text-transform: uppercase; }'
      ,'a:link { color: #000000; text-decoration: none; font-size: 100px; text-transform: uppercase; letter-spacing: 1; }'
      ,'a:hover { color: #000000; }'
    ]
    , wmode: 'transparent'
  });
  

