function makeh2s() {
	sIFR.replace(cononica, {
	  selector: 'body h2',
	  css: [
			'.sIFR-root { color: #191919; font-style: italic; }',
			'a          { color: #3589c1; text-decoration: none; }',
			'a:hover    { color: #191919; text-decoration: none; }',
			'a:active   { color: #191919; text-decoration: none; }'
		   ],
	  tuneHeight: -5,
	  forceSingleLine: true,
	  wmode: 'transparent'
	});
}