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

sIFR.prefetch(myriad);

sIFR.activate();

sIFR.replace(myriad, {
	selector: 'h2,h3,h4,h5,h6',
	css: [
	'.sIFR-root { color:#001133; }'
	,'.hilight { color:#224488; }'	]
});
