var museo500 = {
      src: '/wp-content/themes/franz/flash/museo500.swf'
};
 
sIFR.activate(museo500);
 
sIFR.replace(museo500, {
      selector: 'h2.entry-title',
      css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; color: #335072; text-decoration: none; }',
      'a { font-size: 20px; font-weight: normal; color: #335072; text-decoration: none; }',
      'a:hover { color: #345172; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(museo500, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size: 14px; font-weight: normal; color: #335072; text-decoration: none; }',
      'a { font-size: 14px; font-weight: normal; color: #335072; text-decoration: none; }'
      ],
      wmode: 'transparent'
});