
var myriad = {
  src: '/sifr3/president.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:#ff0000; font-weight: normal; leading: -3; letter-spacing: 0.3;}'
]
,wmode:'transparent'
});


