var ag = {
      src: '/hell.swf'
      ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 15, 1.21, 16, 1.22, 22, 1.2, 23, 1.17, 28, 1.19, 30, 1.17, 31, 1.18, 33, 1.17, 38, 1.16, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 86, 1.15, 87, 1.14, 88, 1.15, 91, 1.14, 92, 1.15, 98, 1.14, 99, 1.15, 1.14]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    sIFR.useStyleCheck = true;
    sIFR.activate(ag);
	
	//sIFR.debug.ratios({ src: '/hell.swf', selector: 'h1' });
	
	sIFR.replace(ag, {
      selector: 'h1'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
	
	sIFR.replace(ag, {
      selector: 'h2'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #000000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });

