    var cochin = {
      src: 'templates/js/sifr/avant.swf'

    };
    sIFR.activate(cochin);

    sIFR.replace(cochin, 
				 {
					 wmode:"transparent",					
					 tuneHeight: -7,
					 //forceSingleLine: true,
					 selector: 'h1',
					 css: [
				        '.sIFR-root { text-transform: uppercase; font-weight: bold; color: #8AA6C2;  font-size: 19px; }',
						'strong {color: #000000; font-weight: bold; }'
				      ]
				 }
				 );
	
	
    sIFR.replace(cochin, 
				 {
					 wmode:"transparent",					
					 tuneHeight: -7,
//					 forceSingleLine: true,
					 selector: 'h3',
					 css: [
				        '.sIFR-root { text-transform: uppercase; font-weight: bold; color: #8AA6C2;  font-size: 16px; }',
						'strong {color: #000000; font-weight: bold; }'
				      ]
				 }
				 );	
	
	
	
	
    sIFR.replace(cochin, 
				 {
					 wmode:"transparent",					
					 tuneHeight: -7,
				//	 forceSingleLine: true,
					 selector: '.white',
					 css: [
				        '.sIFR-root { text-transform: uppercase; font-weight: bold; color: #ffffff;  font-size: 16px; }',
						'strong {color: #000000; font-weight: bold; }'
				      ]
				 }
				 );	
	
	
    sIFR.replace(cochin, 
				 {
					 wmode:"transparent",					
					 tuneHeight: -7,
				//	 forceSingleLine: true,
					 selector: '.small',
					 css: [
				        '.sIFR-root { text-transform: uppercase; font-weight: bold; color: #8AA6C2;  font-size: 14px; }',
						'strong {color: #000000; font-weight: bold; }'
				      ]
				 }
				 );	
		
	
    sIFR.replace(cochin, 
				 {
					 wmode:"transparent",					
					 tuneHeight: -7,
					// forceSingleLine: true,
					 selector: '.white_small',
					 css: [
				        '.sIFR-root { text-transform: uppercase; font-weight: bold; color: #ffffff;  font-size: 14px; }',
						'strong { font-weight: bold; }'
				      ]
				 }
				 );		
	