var baskerville = {
  src: 'PortalFramework/scripts/sifr/baskerville.swf'
};

sIFR.activate(baskerville);

sIFR.replace(baskerville, { 
selector: 'h1',
css: [ 
'.sIFR-root { text-align: left; font-weight: normal; color:#581e00; text-transform:uppercase; }' ,
'a { text-decoration: none }' ,
'a:link { color: #E31824 }' ,
'a:hover { color: #E31824 }' ] , 
wmode: 'transparent'
});