var archer = {
    src: '/images/archer.swf'
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(archer);

  sIFR.replace(archer, {
    selector: 'h2#hello'
    	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:24px; color:#659486;}'
    ]
  })
  
  
  sIFR.replace(archer, {
    selector: 'h2#meet,h2#contact_us'
    	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:24px; border-bottom:5px dotted #b4b4b1; color:#492a03;}'
    ]
  })
  
  sIFR.replace(archer, {
    selector: 'h2#work'
    	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:24px; border-bottom:5px dotted #b4b4b1; color:#0d4367;}'
    ]
  });
  
  sIFR.replace(archer, {
    selector: 'h3.blog_title'
    	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {font-size:30px; color:#0d4367;}',
            'a {color:#0d4367; text-decoration:none;}',
            'a:hover {color:#0d4367; text-decoration:underline;}'
    ]
  });
