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