var gothic = { src: '/assets/templates/fonts/gothic.swf' };
//var navigation = { src: '/beta/assets/templates/fonts/gothic_nav.swf' };

sIFR.activate(gothic);
//sIFR.activate(slogan, navigation);

sIFR.replace(gothic, {
	selector: '#blurb h1',
	css: '.sIFR-root {font-size: 22px; line-height: 36px; color: #003b64; text-align: right;}',
	wmode: 'transparent'
});
  
sIFR.replace(gothic, {
	selector: '#nav li',
	css: [
		'.sIFR-replaced {height: 24px;}'
		,'a {color: #fffefe; text-decoration: none; }'
		,'a:link { color: #fffefe; }'
		,'a:hover { color: #fffefe; }'
		],
	wmode: 'transparent'
});
