// JavaScript Document


// JavaScript Document

var avenir = {
				src: template_dir + 'avenir.swf'
			};
			
			sIFR.activate(avenir);
			
			sIFR.replace(avenir, {
				selector: '.title',
				css: [
				'.sIFR-root { font-size:24px; font-weight:normal; color:#000; line-height:1em; }'
				],
				wmode: 'transparent'
			});
