var helvcon = { src: '/swf/helvcon.swf' };
sIFR.activate(helvcon);

sIFR.replace(helvcon, {
  selector: 'h1',
	wmode: 'transparent',
  css: '.sIFR-root { color: #0079C2; }'
});

sIFR.replace(helvcon, {
  selector: 'h2',
	wmode: 'transparent',
	css: [
			'.sIFR-root { color: #0079C2; }',
      ,'a { color: #0079C2; text-decoration: none; }'
      ,'a:hover { color: #5F5F5F; }'
	]
});