var sanslt = { src: 'http://www.melbourneyoga.com/majallab.swf' };

sIFR.activate(sanslt,futura);

sIFR.replace(sanslt, {
  selector: 'h1',
  css: '.sIFR-root { color: #333333; font-size: 35px;}',
  wmode: 'transparent'
});

sIFR.replace(sanslt, {
  selector: 'h2',
  css: '.sIFR-root { color: #666666; font-size: 25px;}',
  wmode: 'transparent'
});
/*
sIFR.replace(sanslt, {
  selector: 'h3',
  css: '.sIFR-root { color: #44939c; font-size: 20px;}',
  wmode: 'transparent'
});
*/
sIFR.replace(futura, {
  selector: 'h4',
  css: ['.sIFR-root { color: #26425a; font-size: 16px;}','a {text-decoration: none;color: #26425a; text-align: right;}'],
  wmode: 'transparent'
});


sIFR.replace(sanslt, {
  selector: 'h5',
  css: '.sIFR-root { color: #979c49; font-size: 14px;}',
  wmode: 'transparent'
});

