var bickham = {
    src: 'http://www.theram.com/washington/images/bickham.swf'
  };
  sIFR.prefetch(bickham);
  sIFR.delayCSS  = true;
  sIFR.activate(bickham);
  

 
  sIFR.replace(bickham, {
    selector: 'h1, h2, h3,  .bickham, #bickham'
    ,css: [
      '.sIFR-root {color:#000000;}'
      ,'a {color:#000000; text-decoration: underline; font-weight:normal; }'
      ,'a:link {color:#000000; text-decoration: underline; font-weight:normal; }'
      ,'a:hover {color:#000000; text-decoration: underline; font-weight:normal; }'
      ,'a:visited { color: #000000; text-decoration: underline }'
      ,'em { color: #000000; font-style:normal; font-weight:normal; }'
      ,'strong { color: #000000; font-weight:normal; font-style:normal; }'
    ]

    ,offsetTop:0
    ,marginBottom: 0
   	,verticalSpacing: 0
    ,wmode: 'transparent'
    
  });