				
		var cotext = {
				src: '/static/flash/cotext.swf'
			};
			
			sIFR.activate(cotext);
			
			sIFR.replace(cotext, {
				selector: 'h1',
				css: [
			'.sIFR-root {color: #007CC2; font-size: 16px; font-weight:bold; padding: 0; margin:10px 0 0 0} ',
			'a { text-decoration: none; color: #007CC2; }',
			'a:hover { text-decoration: none; color: #007CC2; }'
			],
				wmode: 'transparent'
			});
			
		
		
		var cotext = {
				src: '/static/flash/cotext.swf'
			};
			
			sIFR.activate(cotext);
			
			sIFR.replace(cotext, {
				selector: 'h2',
				css: [
			'.sIFR-root {color: #AEAEAE; font-size: 14px; font-weight:bold; padding: 0 0 0 0; margin:15px 0 0 0}',
			'a { text-decoration: none; color: #AEAEAE; }',
			'a:hover { text-decoration: none; color: #AEAEAE; }'
			],
				wmode: 'transparent'
			});