//change path when live
  var VAGRoundedLight = {
    src: '/_images/flash/vagroundedlight.swf'
	,ratios :
	[8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 1.14, 1.13]
  };
  
  
//chnage path when live
  var VAGRoundedLight2 = {
    src: '/_images/flash/vagroundedlight.swf'
	,ratios :
	[8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 94, 1.14, 97, 1.13, 100, 1.14, 101, 1.13, 102, 1.14, 105, 1.13, 107, 1.14, 113, 1.13, 114, 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(VAGRoundedLight);

  
  sIFR.replace(VAGRoundedLight, {
    selector: '#main_content .intro h1'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background' : 'transparent', 'font-size' : '40px', 'leading': -10}
    }
    ,wmode: 'transparent'
	,knockout: 'false'
  });


  sIFR.replace(VAGRoundedLight2, {
    selector: '#sub_content .page-title h1 span'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background' : 'transparent','font-size' : '32px' }
    }
    ,wmode: 'transparent'
	,knockout: 'false'
  });
  
