var archer = {
  src: '/wp/wp-content/themes/naf/swf/archer.swf'
};

sIFR.prefetch( archer );
sIFR.activate();


sIFR.replace( archer , {
  selector: 'h2.page-title',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #c41230; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b4b4b4; }'
      ,'a:hover { color: #b8db4a; }'
	]
});


sIFR.replace( archer , {
  selector: 'h3.page-subtitle',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #3e434a; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b4b4b4; }'
      ,'a:hover { color: #b8db4a; }'
	]
});


sIFR.replace( archer , {
  selector: 'h3.donate-title',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #5a703c; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b4b4b4; }'
      ,'a:hover { color: #b8db4a; }'
	]
});


sIFR.replace( archer , {
  selector: 'h3.pr-title',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #FFFFFF; color: #c41230; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b4b4b4; }'
      ,'a:hover { color: #b8db4a; }'
	]
});
