
var myriad = {
  src: '/sifr3/myriad-cond.swf'  
};

//sIFR.prefetch(myriad);

sIFR.activate(myriad);

/*
- leading: similar to line-height in CSS
- Don't type "px" after the values for leading & letter-spacing!!
- Have to include bold/italic fonts in Flash file otherwise bold/italic won't show up.
*/

sIFR.replace(myriad, {
selector: 'h1'
,css: [
  '.sIFR-root { color:#282828; font-weight: normal; leading: -3; letter-spacing: 0.1;}'  
]
});


sIFR.replace(myriad, {
selector: 'h2'
,css: [
  '.sIFR-root { color:#c32300; font-weight: normal; leading: -3; letter-spacing: 0.5; font-size:23 }'  
]
});
