var trixie = { src: 'http://blog.slavinphotography.com/trixie.swf' };

sIFR.activate(trixie);

sIFR.replace(trixie, {
  selector: 'h4.posttitle',
  css: [
	'.sIFR-root { font-size: 20px; }',
	'a { color: #c9baa3; text-decoration: underline; }',
	'a:hover { color: #c9baa3; text-decoration: none; }',
        'width: 100%;'
  ],
  wmode: 'transparent'
});