
//this is now referenced on each page since it has to pull from the site root defined by php
//var archer = {src: '/www/publix/bin/swf/archer.swf' };

sIFR.activate(archer);

sIFR.replace(archer, {
  selector: 'h1.sIFR',
  wmode: 'transparent',
  css: '.sIFR-root { color: #2f8926; }'
});

sIFR.replace(archer, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { color: #2f8926;}'
});
