var helvetica = {
	src: '/swf/helveticaneueboldcondensed.swf'
};

sIFR.activate(helvetica);

sIFR.replace(helvetica, {
	selector: 'h2.page_title'
	,css: [
		'.sIFR-root { font-size: 30px; color: #273863; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h4.day'
	,css: [
		'.sIFR-root { font-size: 20px;  color:#ffffff; font-weight: bold; }'
	],
	wmode: 'transparent'
});
sIFR.replace(helvetica, {
	selector: 'h4.dayblue'
	,css: [
		'.sIFR-root { font-size: 20px;  color:#273863; font-weight: bold; }'
	],
	wmode: 'transparent'
});

