var optima = {
  src: 'http://www.tanyaryno.com/fonts/optima.swf'
};

sIFR.activate(optima);

sIFR.replace(optima, {
   selector: 'h3'
   ,css: [
      '.sIFR-root {background-color: #101010; font-size: 2.5em; color: #ffffff; text-decoration: none;}'
       ,'em { font-style:italic; }'
	   ,'a { color: #387680; text-decoration: none; cursor: pointer;}'
       ,'a:link { color: #387680; text-decoration: none; cursor: pointer;}'
       ,'a:hover { color: #387680; text-decoration: none; cursor: pointer;}'
  ]
  ,wmode: 'transparent'
});