var garamond = {
  src: 'http://www1.georgetown.edu/sfs/ceres/_includes/css/garamond.swf'
};



  sIFR.prefetch(garamond);
  sIFR.activate();
  
  sIFR.replace( garamond, {
  selector: '#title h1 a'
  	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000066;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #4371B2 }'
      ,'a:hover { color: #FFFFFF }'
    ]

});


