var atfantb = {
  src: '/flash/atfantb.swf'
};

sIFR.activate(atfantb);

sIFR.replace(atfantb, {
	selector: 'h1',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #FD5611; background-color: #fafaf6; }']
});

sIFR.replace(atfantb, {
	selector: 'h2',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #FD5611; background-color: #fafaf6; }']
});

sIFR.replace(atfantb, {
	selector: 'h3',
	wmode: 'transparent',
	fitExactly: 'true',
	css: [
		'.sIFR-root { color: #492714; background-color: #fafaf6; }',
	    'a:link { color: #492714; text-decoration: none; }',
	    'a:visited { color: #492714; text-decoration: none; }',
	    'a:hover { color: #492714; }'
	]
});