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