  var myriadprocond = {
    src: 'swf/myriadprocond.swf'
    ,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 50, 1.14, 51, 1.15, 72, 1.14, 75, 1.13, 77, 1.14, 1.13]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(myriadprocond);


sIFR.replace(myriadprocond, {
    selector: 'h1',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { color: #ffffff; font-size: 30px; line-height: 1em; margin: 0px; padding: 0px; text-align: center; font-weight: bold;}'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: true,
	tuneWidth: 10
 });


sIFR.replace(myriadprocond, {
    selector: 'h2',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { color: #ffffff; font-size: 22px; line-height: 1em; margin: 0px; padding: 0px; text-align: center; font-weight: bold;}'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: true,
	tuneWidth: 10
 });


sIFR.replace(myriadprocond, {
    selector: 'h3',
	wmode: 'transparent',
 	css: [
      '.sIFR-root { color: #ffffff; font-size: 16px; line-height: 1em; margin: 0px; padding: 0px; text-align: center; font-weight: bold;}'
	],
	fixFocus: false,
	fitExactly: false,
	forceSingleLine: true,
	tuneWidth: 10
 });
