var helvetica = {
  src: 'helvetica.swf'
};


// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'h1',
  css:[
	   '.sIFR-root { color:#5AB654; }'
	   ]

}); 
sIFR.replace (helvetica, {
				selector: 'h2',
				css:[
					 	'.sIFR-root { color:#023F80; }'
					]
			  });