var pointy = {
      src: 'http://www.riborama.com/themes/ror-theme-1/flash/pointy.swf'
};
 
sIFR.activate(pointy);
 
sIFR.replace(pointy, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size: 38px; font-weight: bold; color: #48413b; text-transform: uppercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});


