var thesans = {
  src: 'Client/Flash/thesans.swf'
};

sIFR.activate(thesans);

sIFR.replace(thesans, { 
selector: 'h1',
css: [ 
'.sIFR-root { text-align: left; font-weight: normal; color:#927531; }' ,
'a { text-decoration: none }' ,
'a:link { color: #E31824 }' ,
'a:hover { color: #E31824 }' ] , 
wmode: 'transparent'
});

sIFR.replace(thesans, {
    selector: 'div.sifr'
    ,css: [
      '.sIFR-root { leading: -2; color:#927531; font-weight: normal; }'
      ,'a { text-decoration: none }'
      ,'a:link {color:#927531; }'
      ,'a:hover {color:#000000; }' ] , 
wmode: 'transparent'
});