var avenir = {

				src: 'avenir.swf'

			};
var avenir1 = {

				src: 'avenir1.swf'

			};
			sIFR.activate(avenir,avenir1);
			sIFR.replace(avenir, {
				selector: '.title',
				wmode: 'transparent',
				css: [
        'a { color: #465dd2; text-decoration: none; }',
		'a:link { color: #465dd2; }',
		'a:hover { text-decoration: underline; }',

    ] 

			});
			sIFR.replace(avenir1, {
				selector: '.titlen',
				wmode: 'transparent',
			});
