/*****************************************************************************
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 quaymedium = {
      src: 'support/sifr/quay-medium.swf'
      ,ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
    };

   

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(quaymedium);
		
	sIFR.replace(quaymedium, {
			selector: 'h1#title'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#008cd2', 'text-transform': 'capitalize' }
			}
		});
		
	sIFR.replace(quaymedium, {
			selector: 'h1'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#ffffff', 'text-transform': 'capitalize' }
			}
		});
		
	sIFR.replace(quaymedium, {
			selector: '.block_title'
			,wmode: 'transparent'
			,css: {
				'.sIFR-root': { 'color': '#008cd2', 'text-transform': 'capitalize' }
			}
		});
		   