﻿var avenir = {
				src: "js/antiloop.swf"
			};
			
			sIFR.activate(avenir);
			
			sIFR.replace(avenir, {
				selector: 'h1'
,css: [
'.sIFR-root { color: #164078; font-size:23px;}'
]
, wmode: 'transparent'
			});


			sIFR.replace(avenir, {
				selector: 'h2'
,css: [
'.sIFR-root { color: #333; font-size:16px; }'
]
, wmode: 'transparent'
			});
sIFR.replace(avenir, {
				selector: 'h4'
,css: [
'.sIFR-root { color: #333; font-size:18px; }'
]
, wmode: 'transparent'
			});