var rock = {
      src: '../_sifr/rockwell.swf'
};
var well = {
      src: '../_sifr/rockwellight.swf'
};

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, #footer h3'
      ,css: [
      '.sIFR-root {font-size:18px;color:#614918;}'
	  ,'a { color: #614918;text-decoration: none; }'
	  ,'a:hover { color: #330000;text-decoration: none; }'
      ]
      ,wmode: 'transparent'
});
