var goudy = { src: '/swf/goudy.swf' };
var goudyModern = { src: '/swf/goudyModern.swf' };
sIFR.delayCSS = true;
sIFR.fitExactly = true;
sIFR.useDomContentLoaded = false;
sIFR.activate(goudy, goudyModern);

function smallFix(node, selector)
{

	
		node.innerHTML = node.innerHTML.replace(/<\/strong>\s+/i, '</strong>');

}

sIFR.replace(goudy, {
	selector: '#spotlight h3'
	,tuneHeight: -5
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#00344d; font-size:16px; font-weight: bold; letter-spacing:0.3; }'
	]
});


sIFR.replace(goudy, {
	selector: '#wrap h1,#sub h2'
	,tuneHeight: -5
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#00344d; color: #B32317; font-size:20px; font-weight: bold; letter-spacing:0.3; }', 'a { color:#00344d; }', 'a:hover { color:#04679a; text-decoration: underline; }', 'small { font-size:80%; }', 'strong { display: block; }'
	]
	,modifyContent: smallFix
});


sIFR.replace(goudyModern, {
	selector: '#main h2,#sub h3'
	,tuneHeight: -5
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#394a64; font-size:20px; }'
	]

});



