var anivers = {
  src: '/swf/goodpro.swf'
};

sIFR.activate(anivers); // From revision 209 and onwards

sIFR.replace(anivers, {
  selector: 'h2', css: [
	'.sIFR-root { color: #EA0202; font-size: 14; text-align: left; text-transform:uppercase; }'],  wmode:'transparent'
});

sIFR.replace(anivers, {
  selector: 'h3', css: [
	'.sIFR-root { color: #EA0202; font-size: 14; text-align: right; text-transform:uppercase; }'],  wmode:'transparent'
});
