var archer = { src: 'http://refreshperspective.com/tools/sifr/sifr.swf' };

sIFR.activate(archer);

sIFR.replace(archer, {
 selector: 'h1',
 css: [
 '.sIFR-root {color:#3D3D3D;}'
 ,'a { text-decoration: none; }'
 ,'a:link {color:#FDA61E;}'
 ,'a:hover,a:focus {text-decoration:underline;color:#FDA61E;}'
 ]
}); 
