var font = { src: 'http://www.nurvex.co.uk/swf/sifr.swf' };

sIFR.activate(font);

sIFR.replace(font, {
    wmode: 'transparent',
	selector: 'h2',
	css: [
		'.sIFR-root { color: #FFFFFF; }',
		'strong { color: #c7ef44; font-weight:normal; }',
        '.right {text-align:right}',
		'a { color: #FFFFFF; text-decoration:none}',
		'a:hover { color: #c7ef44;  text-decoration:underline}',
	]
});
