var grlight = {
  src: 'http://www.uchicago.edu/js/gothamroundedlight3.swf'
};

var grbook = {
  src: 'http://www.uchicago.edu/js/gothamroundedbook3.swf'
};

sIFR.activate(grlight);

sIFR.replace(grlight, {
  selector: 'div#content h2',
  fitExactly: true,
  wmode: 'transparent',
    css: [
    '.sIFR-root {font-weight: 700; 
	color:#bc113d; leading: 6; }'
   ]
}); 

/* sIFR.debug.ratios(grlight, {
  selector: 'div#content h2',
}); */ 

sIFR.replace(grbook, {
  selector: 'div#timelyfeature h3',
  wmode: 'transparent',
    css: [
    '.sIFR-root {font-weight: normal; color:#3a5a83; leading: 4; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #3a5a83; }'
    ,'a:hover { color:#20364c; text-decoration: underline; }'
   ]
});

sIFR.replace(grbook, {
  selector: 'div#weeklyfeature h3',
  wmode: 'transparent',
    css: [
    '.sIFR-root {font-weight: normal; color:#3a5a83; leading: 4; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #3a5a83; }'
    ,'a:hover { color: #20364c; text-decoration: underline; }'
   ]
});

sIFR.replace(grbook, {
  selector: 'div.weeklyfeature h3',
  wmode: 'transparent',
    css: [
    '.sIFR-root {font-weight: normal; color:#3a5a83; leading: 4; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #3a5a83; }'
    ,'a:hover { color: #20364c; text-decoration: underline; }'
   ]
});