var pr = {
  src: '/wp-content/themes/nacho1/sIFR/flash/lithos.swf'
  // src: '/wp-content/themes/nacho1/sIFR/flash/sifr.swf'

};

sIFR.activate(pr);


  sIFR.replace(pr, {
    selector: '#content h2, #content h1'
    ,css: [
      '.sIFR-root { color: #CCCCFF; background-color: #0C1115 }'
      ,'a { color: #CCCCFF }'
      ,'a:link { color: #CCCCFF }'
      ,'a:hover { color: #FFFFFF }'
    ]
  });

