/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
var path = 'http://uwfmrpcasper.com/';
var tsBlockBold = { src: path+'sifr/js/tsBlockBold.swf' };

sIFR.activate(tsBlockBold);

/*sIFR.debug.ratios({ src: path+'sifr/js/tsBlockBold.swf', selector: 'h2' });*/

sIFR.replace(tsBlockBold, {
  selector: 'h1',
  wmode: 'transparent',
  preventWrap: true,
  ratios:[8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13],
  css: ['.sIFR-root { background-color:#ffffff; color:#8eb7c7; }'
		,'.center { text-align:center; leading:0; }'
		]
});
sIFR.replace(tsBlockBold, {
  selector: 'h2.hdr',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneHeight:-4,
  offsetTop:4,
  ratios:[8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13],
  css: ['.sIFR-root { background-color:#ffffff; color:#8eb7c7; }'
		,'.white { color:#ffffff; }'
		,'.blue { color:#8eb7c7; }'
		]
});
sIFR.replace(tsBlockBold, {
  selector: 'h3.inlineHeadline',
  wmode: 'transparent',
  forceSingleLine: true,
  tuneHeight:-4,
  offsetTop:4,
  ratios:[8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13],
  css: '.sIFR-root { background-color:#6a913d; color:#5a462a; }'
});