var archer = {
     src: '/wp-content/themes/legslove/js/sifr3/flash/archer.swf'
};
sIFR.activate(archer);
sIFR.replace(archer, {
      	selector: '.rBlack',
		css: [
		      '.sIFR-root { letter-spacing: -2; font-size: 24px; leading: 0; color: #3f3d39;}',
			  'a {color: #3f3d39; text-decoration: none;}',
			  'a:hover {color: #3f3d39;}'
		      ],
		wmode: 'transparent',
		tuneHeight: '-2',
		fitExactly: true,
		tuneWidth: '+2'
});
sIFR.replace(archer, {
      	selector: '.rWhite',
		css: [
		      '.sIFR-root { letter-spacing: -2; font-size: 24px; leading: 0; color: #ffffff;}',
				'a {color: #ffffff; text-decoration: none;}',
				'a:hover {color: #ffffff;}'
		      ],
		wmode: 'transparent',
		tuneHeight: '-2',
		fitExactly: true,
		tuneWidth: '+2'
});
sIFR.replace(archer, {
      	selector: '.pinkWhite',
		css: [
		      '.sIFR-root { letter-spacing: -2; font-size: 24px; leading: 0; color: #ffffff;}'
		      ],
		wmode: 'transparent',
		tuneHeight: '-7',
		fitExactly: true,
		tuneWidth: '+2'
});
