// Make an object pointing to the location of the Flash movie on your web server.
var helveticarounded = { src: 'flash/helveticarounded.swf' };

// Next, activate sIFR:
sIFR.activate(helveticarounded);

// Now we can do the replacements. 
sIFR.replace(helveticarounded, {
	selector: 'h1',
	css: '.sIFR-root { background-color: #FFFFFF; color: #00626a;}'
});