var square = {
  src: 'sifr/square.swf'
};

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

sIFR.replace(square, {
  selector: 'h1',css: [ '.sIFR-root { text-align: left; color: #333333; font-weight: bold; letter-spacing: 1; font-size:24px; padding-left:10px;}' ], wmode: 'transparent'
});

sIFR.replace(square, {
  selector: 'h2',css: [ '.sIFR-root { text-align: left; color: #027ce7; font-weight: bold; letter-spacing: 1; font-size:14px;}' ], wmode: 'transparent'
});