var mylius = {
  src: 'mylius.swf'
};

sIFR.activate(mylius); // From revision 209 and onwards

sIFR.replace(mylius, {
  selector: 'h1'
});

sIFR.replace(mylius, {
  selector: 'h2'
  ,css: [
  '.sIFR-root { font-style: normal; color: #333333; background-color: #DEDEDE;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #333333; }'
  ,'a:hover { color: #333333; text-decoration: underline; }'
  ]
});

sIFR.replace(mylius, {
  selector: 'h3'
  ,css: [
  '.sIFR-root { font-style: normal; color: #333333; background-color: #DEDEDE;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #333333; }'
  ,'a:hover { color: #333333; text-decoration: underline; }'
  ]
});

sIFR.replace(mylius, {
  selector: 'h4'
  ,css: [
  '.sIFR-root { font-style: normal; color: #333333; background-color: white;}'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #333333; }'
  ,'a:hover { color: #333333; text-decoration: underline; }'
  ]
});
