var unitedSemiMed = {
	src: '/swf/unitedSemiMed.swf'
};

var unitedSemiLight = {
	src: '/swf/unitedSemiLight.swf'
};

var agReg = {
	src: '/swf/agReg.swf'
};

var agMed = {
	src: '/swf/agMed.swf'
};

sIFR.activate(unitedSemiMed, unitedSemiLight, agReg, agMed); 

sIFR.replace(unitedSemiMed, {
  selector: 'h1'
  ,fitExactly: true
  ,tuneHeight: -2
  ,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color:#9FCF67; text-align:left;  }'
	]
});


sIFR.replace(unitedSemiLight, {
  selector: 'h2'
  ,fitExactly: true
  ,tuneHeight: -2
  ,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color:#97coe6; text-align:left;  }'
	]
});

sIFR.replace(agMed, {
  selector: 'h3'
  ,fitExactly: true
  ,tuneHeight: -2
  ,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color:#9FCF67; text-align:left;}'
		,'a { color:#9FCF67; text-decoration:none; }'
		,'a:hover { color:#898989;}'
	]
});

sIFR.replace(agMed, {
  selector: '.greyh3'
  ,fitExactly: true
  ,tuneHeight: -2
  ,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color:#9FCF67; text-align:left;}'
		,'a { color:#9FCF67; text-decoration:none; }'
		,'a:hover { color:#898989;}'
	]
});

sIFR.replace(agReg, {
  selector: 'h4'
  ,fitExactly: true
  ,tuneHeight: -2
  ,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color:#898989;}'
		,'a { color:#898989; text-decoration:none; }'
		,'a:hover { color:#9FCF67;}'
	]
});

sIFR.replace(agMed, {
  selector: 'h5'
  ,fitExactly: true
  ,tuneHeight: -2
  ,wmode: 'transparent'
  ,css: [
		'.sIFR-root { color:#FCB040;}'
		,'a { color:#FCB040; text-decoration:none; }'
		,'a:hover { color:#898989;}'
	]
});

