var VAGroundedStd = {
	src: '/flash/VAGroundedStd.swf',
	ratios: [8, 1.41, 9, 1.33, 12, 1.35, 14, 1.29, 18, 1.3, 20, 1.26, 27, 1.27, 28, 1.25, 32, 1.26, 33, 1.24, 34, 1.25, 53, 1.24, 80, 1.23, 81, 1.22, 82, 1.23, 85, 1.22, 86, 1.23, 1.22]
};

sIFR.activate(VAGroundedStd);

// to calculate your ratio, uncomment this next line, and comment everything after it.
// also make sure you have sifr-debug included in your html page.

//sIFR.debug.ratios(VAGroundedStd, {selector: 'h1'});

sIFR.replace(VAGroundedStd, {selector: 'h1', wmode: 'transparent'
			 ,css: [
					'.sIFR-root {leading: .5; color: #d20625; font-weight: bold;}' 
					] 
			 }); 
sIFR.replace(VAGroundedStd, {selector: '.productsList .col2 h2, .home h2', wmode: 'transparent'
			 ,css: [
					'.sIFR-root {leading: .2; color: #d20625; font-weight: bold;}' 
					] 
			 });
sIFR.replace(VAGroundedStd, {selector: 'h2', wmode: 'transparent'
			 ,css: [
					'.sIFR-root {leading: .5; color: #333333; font-weight: bold;}' 
					] 
			 });
sIFR.replace(VAGroundedStd, {selector: '.ultimateRelaxation h3', wmode: 'transparent'
			 ,css: [
					'.sIFR-root {leading: .2; color: #333333; font-weight: bold;}' 
					,'a {text-decoration: none; }'
					,'a:link { color: #dc1111; }'
					,'a:hover { color: #b5051f; }'
					] 
			 });
sIFR.replace(VAGroundedStd, {selector: '.content h3', wmode: 'transparent'
			 ,css: [
					'.sIFR-root {leading: .2; color: #333333; font-weight: bold;}' 
					] 
			 });
