var goudy = {
      src: '/themes/miller/flash/goudy.swf'
};
 
sIFR.activate(goudy);
 
sIFR.replace(goudy, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size: 20px; color: #ffffff; text-align: center;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(goudy, {
      selector: '#bottom-buckets h2',
      css: [
      '.sIFR-root { font-size: 18px; font-weight: bold; color: #933c06; text-transform: uppercase;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(goudy, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size: 20px; font-weight: bold; color: #ffffff; text-transform: uppercase; margin: 0;}'
      ],
      wmode: 'transparent'
});
