var h = { src: 'http://watermelonwaistline.com/hobo.swf' };

sIFR.activate(h);

sIFR.replace(h, {
  selector: 'h1',
  css: '.sIFR-root { color: #981e37; font-size: 24px; }',
  tuneHeight: '-8',
  wmode: 'transparent'
});

sIFR.replace(h, {
  selector: 'h2,h2 a',
  css: ['.sIFR-root { color: #981e37; font-size: 15px; }','a {color:#981e37; text-decoration:none}','a:hover {color:#4F9C52;}'],
  tuneHeight: '-8',
  wmode: 'transparent'
});

sIFR.replace(h, {
  selector: 'h3',
  css: ['.sIFR-root { color: #981e37; font-size: 13px; }'],
  tuneHeight: '-8',
  wmode: 'transparent'
});
