var VAG_Round = {
  src: '/SiteCollectionDocuments/Flash/VAG_Round.swf'
};

sIFR.activate(VAG_Round);

sIFR.replace(VAG_Round, {
	selector: 'h1.grey_999999,h2.grey_999999,h3.grey_999999,h4.grey_999999,h5.grey_999999'
	, wmode: 'transparent'
	, css: {
		'.sIFR-root': { 'color': '#999999' }
	}
});

sIFR.replace(VAG_Round, {
	selector: 'h1.grey,h2.grey,h3.grey,h4.grey,h5.grey'
	, wmode: 'transparent'
	, css: {
		'.sIFR-root': { 'color': '#666666' }
	}
});

sIFR.replace(VAG_Round, {
	selector: 'h1,h2,h3,h4,h5'
	, wmode: 'transparent'
	, css: {
		'.sIFR-root': { 'color': '#8F8E8E' }
	}
});
