var helvetica = {
	src: 'swf/helvetica-cond.swf'
};
var helvetica_bold = {
	src: 'swf/helvetica-condbl.swf'
};

sIFR.activate(helvetica, helvetica_bold);

sIFR.replace(helvetica_bold, {
	selector: 'span#countdown'
		,css: [
		  '.sIFR-root { color: #acacac;}'
		  ,'strong { color: #CC2C20;}'
		]
		,wmode: 'transparent'
		,tuneWidth : '-10'
		,forceWidth : 1
		,fitExactly : 1
});
