var futura = { src: '/js/jewel.swf' };
sIFR.activate(futura);


sIFR.replace(futura, {
  selector: '#masthead h1',
	 wmode: 'transparent',
  css: '.sIFR-root { font-size:48px; background-color: #F9F9F9; color: #FFFFFF; } a { color:#FFFFFF;text-decoration:underline; } a:hover { color:#333333; } '
});


sIFR.replace(futura, {
  selector: '#introlinks li',
	 wmode: 'transparent',
  css: '.sIFR-root { font-size:32px; background-color: #F9F9F9; text-align:center; color: #FF0000; } a { color:#FFFFFF;text-decoration:none } a:hover { color:#428ce7; } '
});