var expressway = {
  src: 'http://www.thedayhasco.me/tumblr/fonts/expressway.swf'
};

sIFR.activate(expressway);

sIFR.replace(expressway, {  
   selector: 'h2'  
   ,css: [  
      '.sIFR-root {background-color: #ffffff; font-size: 1.8em; color: #111111; text-decoration: none; cursor: pointer;}'
       ,'a { color: #9ed236; text-decoration: none; cursor: pointer;}'  
       ,'a:link { color: #9ed236; text-decoration: none; cursor: pointer;}'  
       ,'a:hover { color: #9ed236; text-decoration: none; cursor: pointer;}'  
  ]  
  ,wmode: 'transparent'
});  

sIFR.replace(expressway, {  
   selector: 'h3'  
   ,css: [  
      '.sIFR-root {background-color: #ffffff; font-size: 1.5em; color: #111111; text-decoration: none; cursor: pointer;}'
       ,'a { color: #9ed236; text-decoration: none; cursor: pointer;}'  
       ,'a:link { color: #9ed236; text-decoration: none; cursor: pointer;}'  
       ,'a:hover { color: #9ed236; text-decoration: none; cursor: pointer;}'  
  ]  
  ,wmode: 'transparent'
});