var rock = {
      src: '../_sifr/rockwell.swf'
};
var well = {
      src: '../_sifr/rockwellight.swf'
};
sIFR.fitExactly = true;
sIFR.activate(rock);
sIFR.activate(well);

sIFR.replace(well, {
      selector: '.wrapper h1'
      ,css: [
      '.sIFR-root {font-size:32px;color:#614918;}'
      ]
      ,wmode: 'transparent'
});
sIFR.replace(rock, {
      selector: '.wrapper h2, .wrapper h2 a, #footer h3'
      ,css: [
      '.sIFR-root {font-size:18px;color:#614918; text-decoration:none;}',
        'a {color: #614918; text-decoration: none;}',
        'a:hover {color: #7F5F2C;}'
      ]
      ,wmode: 'transparent'
});

