var tributeItalic = { src: 'http://fetchsoftworks.com/swf/tributeItalic.swf' };
sIFR.delayCSS = true;
sIFR.fitExactly = true;
sIFR.useDomContentLoaded = false;
sIFR.activate(tributeItalic);

sIFR.replace(tributeItalic, {
	selector: '.forum h3 span, .forum h3'
	,tuneHeight: -4
	,offsetTop: 2
	,tuneWidth: 20
	,offsetLeft: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #3b3b3b; font-size: 22px; font-weight: bold; }'
	]
});

sIFR.replace(tributeItalic, {
	selector: 'h3 span, h3'
	,tuneHeight: 5
	,offsetTop: 2
	,tuneWidth: 4
	,offsetLeft: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #3b3b3b; font-size: 22px; font-weight: bold; }'
	]
});

var tributeRomanSmallCaps = { src: 'http://fetchsoftworks.com/swf/tributeRomanSmallCaps.swf' };
sIFR.activate(tributeRomanSmallCaps);

sIFR.replace(tributeRomanSmallCaps, {
	selector: '#content #page-head h1'
	,thickness: 80
	,tuneHeight: -4
	,offsetTop: 10
	,tuneWidth: 20
	,offsetLeft: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #ffffff; font-size: 36px; }',
		'.sIFR-root a { color: #ffffff; }',
		'.sIFR-root a:hover { color: #ffffff; }',
		'.sIFR-root a:visited { color: #ffffff; }'
	]
});

sIFR.replace(tributeRomanSmallCaps, {
	selector: '#content .intro.head h1'
	,thickness: 80
	,tuneHeight: -4
	,offsetTop: 10
	,tuneWidth: 60
	,offsetLeft: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #173a5f; font-size: 36px; }',
		'.sIFR-root a { color: #ffffff; }',
		'.sIFR-root a:hover { color: #ffffff; }',
		'.sIFR-root a:visited { color: #ffffff; }'
	]
});


sIFR.replace(tributeRomanSmallCaps, {
	selector: '#content h1'
	,thickness: 80
	,tuneHeight: -4
	,offsetTop: 10
	,tuneWidth: 20
	,offsetLeft: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #3b3b3b; font-size: 36px; }',
		'.sIFR-root a { color: #ffffff; }',
		'.sIFR-root a:hover { color: #ffffff; }',
		'.sIFR-root a:visited { color: #ffffff; }'
	]
});
