var helv = {
	src: '/wp-content/themes/DE51GN/sifr/helv.swf'
};

sIFR.activate(helv);

function replaceH2() {
	sIFR.replace(helv, {
		selector: '.post_title h2'
		,wmode: 'opaque'
		,css: [
			'.sIFR-root { color: #ffffff; background-color: #0f0f0f; line-height: 1.5; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #9f65a2; }'
		]
	});
	sIFR.replace(helv, {
		selector: '.story h2'
		,wmode: 'opaque'
		,css: [
			'.sIFR-root { color: #ffffff; background-color: #0f0f0f; line-height: 1.5; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #9f65a2; }'
		]
	});
}

replaceH2();