var myriad = { src: '/x/swf/sifr.swf' };
sIFR.activate(myriad);
sIFR.replace(myriad, {
selector: '.ci h1',
	  css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#456312; }',
	  'span { font-weight:normal; color:#ffffff; }',
	  'strong { font-weight:normal; color:#0092dd; }'
      ],
      wmode: 'transparent'
});

var myriad = { src: '/x/swf/sifr.swf' };
sIFR.activate(myriad);
sIFR.replace(myriad, {
selector: '.ci h2',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#456312; }',
	  'strong { font-weight:normal; color:#c41188; }',
	  'a { font-weight:normal; color:#456312; text-decoration:none; }',
	  'a:hover { font-weight:normal; color:#456312; text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

var myriad = { src: '/x/swf/sifr.swf' };
sIFR.activate(myriad);
sIFR.replace(myriad, {
selector: '.ci h3',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#456312; }',
	  'strong { font-weight:normal; color:#c41188; }',
	  'a { font-weight:normal; color:#456312; text-decoration:none; }',
	  'a:hover { font-weight:normal; color:#456312; text-decoration:underline; }'
      ],
      wmode: 'transparent'
});

