var archersemi = {
  src: '/sifr/archer-semi.swf'
};
var archersemital = {
  src: '/sifr/archer-semi-i.swf'
};

sIFR.activate(archersemi);


sIFR.replace(archersemi, {
    selector: 'h2.header,#subnav h3'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#666666' }
    }
    
  });


sIFR.replace(archersemi, {
    selector: '.description h2 .client, .description h3'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#333333' }
    }
    
  });

sIFR.replace(archersemital, {
    selector: '.description h2 .job'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#666666' }
    }
    
  });