var wendy = {
      src: '/wendy.swf'
};


sIFR.activate(wendy);

sIFR.replace(wendy, {
      selector: 'h1'
      ,css: [
      '.sIFR-root { display:block; font-size:34px; color:#5e0036; text-align:right; }'
      ,'em { font-style:italic; }'
      ,'strong { text-align:left; }'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(wendy, {
      selector: 'h2'
      ,css: [
      '.sIFR-root { display:block; font-size:28px; color:#5e0036; text-align:left; }'
      ,'em { font-style:italic; }'
      ,'strong { color:#5e0036; }'
      ]
      ,wmode: 'transparent'
});

