var gill = {
  src: '/wp-content/themes/radacad/sifr/gill.swf'
};

sIFR.activate(gill); // From revision 209 and onwards

sIFR.replace(gill, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { line-height: 1em; font-size: 30pt !important; color: #330066; text-transform: uppercase; }',
});

sIFR.replace(gill, {
  selector: 'div.meta h2',
  wmode: 'transparent',
  css: [
    '.sIFR-root { line-height: 20px; }', 
    '.sIFR-root a { color: #330066; text-decoration: none; }', 
    '.sIFR-root a:hover { color: #330099; }'
  ]
});