var the_mix = {
      src: '/amm/themes/shared/swf/the_mix.swf'
};
 
sIFR.activate(the_mix);
 
sIFR.replace(the_mix, {
      selector: '#page_title_area h1',
      css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#ffffff; background: transparent; leading: 0px }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
	});

sIFR.replace(the_mix, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#ffffff; background: transparent; leading: 0px }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
	});
