var helvetica = {
  src: 'http://www.keystothefuture.org.uk/helv45.swf'
};

sIFR.activate(helvetica); // From revision 209 and onwards



sIFR.replace(helvetica, {
		selector: 'h1'
		,css: {'.sIFR-root': { 'color': '#FF0000', 'background-color': '#FFFFFF', 'font-size': '28px' } , 
		'a:link' : {'color': '#FF0000', 'text-decoration': 'none' } ,
		'a:visited' : {'color': '#FF0000', 'text-decoration': 'none' } ,
		'a:hover' : {'color': '#000000', 'text-decoration': 'underline' }
}});