var font1 = {
  src: '../nordic.swf'
};

sIFR.fitExactly = true;
sIFR.prefetch(font1);
sIFR.activate(font1); // From revision 209 and onwards

sIFR.replace(font1, {
	selector: 'h2.title'
	,css: [
		'.sIFR-root { color:#ffffff; }'
		,'.sIFR-root { margin:0; }'
		,'.sIFR-root { padding:0; }'
		,'.sIFR-root { font-size:16px; }'
	]
	,tuneHeight:'-3'
	,wmode:'transparent'
});