// Load Fonts
var rockwell = { src:'assets/swf/rockwell.swf' };
var rockwell_bold = { src:'/templates/gac/staticresources/assets/swf/rockwell_bold.swf' };

// Start sIFR
sIFR.activate (rockwell);
sIFR.activate (rockwell_bold);

// Replace Fonts
sIFR.replace(rockwell_bold, {
	selector: '#RedPromo h1',
	wmode: 'transparent',
	fitExactly: true,
	css: [ '.sIFR-root {color: #ffffff; font-weight: normal; font-size: 24px;}' ]
});

sIFR.replace(rockwell_bold, {
	selector: '#MainContent h1',
	wmode: 'transparent',
	fitExactly: true,
	css: [ '.sIFR-root {color: #cd2830; font-weight: normal; font-size: 28px;}' ]
});
