		var cotext = {
				src: '/static/flash/cotext.swf'
			};
			
			sIFR.activate(cotext);
			
			sIFR.replace(cotext, {
				selector: '.title1',
				css: [
			'.sIFR-root {color: #007CC2; font-size: 15px; font-weight:regular;}',
			'a { text-decoration: none; color:#007CC2; }',
			'a:hover { text-decoration: none; #007CC2; }'
			],
				wmode: 'transparent'
			});
					var cotext2 = {
				src: '/static/flash/cotext.swf'
			};
			
			sIFR.activate(cotext2);
			
			sIFR.replace(cotext2, {
				selector: '.title2',
				css: [
			'.sIFR-root {color: #007CC2; font-size: 13px; font-weight:regular;}',
			'a { text-decoration: none; color:#007CC2; }',
			'a:hover { text-decoration: none; #007CC2; }'
			],
				wmode: 'transparent'
			});
			
			var cotext3 = {
				src: '/static/flash/cotext.swf'
			};
			
					
			sIFR.activate(cotext3);
			
			sIFR.replace(cotext3, {
				selector: '.title3',
				css: [
			'.sIFR-root {color: #D80041; font-size: 13px; font-weight:regular;}',
			'a { text-decoration: none; color:#D80041; }',
			'a:hover { text-decoration: none; #D80041; }'
			],
				wmode: 'transparent'
			});