var ArialNarrowBold = {
  src: 'arial_narrow_bold.swf'
};
sIFR.activate(ArialNarrowBold);

sIFR.replace(ArialNarrowBold, {
	selector: '#left-bar h2'
	,preventWrap: true
    ,forceWidth: true
    ,fitExactly: true
	,forceSingleLine: true
	,css: '.sIFR-root { background-color: #faf5d8; font-size: 18px; line-height: 1em; color: #008fd5; }'}
);

sIFR.replace(ArialNarrowBold, {
	selector: '#content h1'
	,preventWrap: true
    ,forceWidth: true
    ,fitExactly: true
	,forceSingleLine: true
	,css: '.sIFR-root { background-color: #FFF; font-size: 18px; line-height: 1em; color: #D8643E; }'}
);

sIFR.replace(ArialNarrowBold, {
	selector: '#content h2'
	,preventWrap: true
    ,forceWidth: true
    ,fitExactly: true
	,forceSingleLine: true
	,css: '.sIFR-root { background-color: #FFF; font-size: 18px; line-height: 1em; color: #008fd5; }'}
);
