var gill = {
  src: 'http://www1.georgetown.edu/sfs/cpass/ksefiles/gill.swf'
};



  sIFR.prefetch(gill);
  sIFR.activate();
  
  sIFR.replace( gill, {
  selector: '#extracontent h2'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #5F1616;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]

});

















