var avenir = {
      src: 'http://static.tumblr.com/thuplq3/Bhrkgm2d8/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: 'h1',
css: [
      '.sIFR-root { font-size:24px; color:#B3D9F0; margin-bottom:-30px;padding:0px;}',
       'a { text-decoration: none; }',
       'a:link { color: #B3D9F0; }',
       'a:hover { color: #66CC00; }',
      ],
      wmode: 'transparent'
});


sIFR.replace(avenir, {
      selector: 'h2',
css: [
      '.sIFR-root { font-size:40px; color:#B3D9F0; margin-bottom:-30px;padding:0px;}',
       'a { text-decoration: none; }',
       'a:link { color: #B3D9F0; }',
       'a:hover { color: #66CC00; }',
      ],
      wmode: 'transparent'
});