var dothack = {
  src: 'http://larissahoops.com/wp-content/themes/larissa/flash/dothack.swf'
};
var arial = {
  src: 'http://larissahoops.com/wp-content/themes/larissa/flash/arial.swf'
};
sIFR.activate(dothack, arial);
sIFR.replace(dothack, {
  selector: 'h2, h4',
wmode:'transparent',
css: [ '.sIFR-root { color: #ffffff; background:#000000;  }' ]
 });
sIFR.replace(arial, {
  selector: 'h3',
wmode:'transparent',
css: [ '.sIFR-root { color: #ffffff; background:#000000; font-weight:bold;}' ]
 });
