		//<![CDATA[
		
		var test = {
			src: '/rl_pics/sifr_futura.swf'
		};
		  
		sIFR.prefetch(test);
		sIFR.delayCSS  = false;
		sIFR.activate(test);
		sIFR.replace(test, {
			selector: 'h1.sifr'
		    ,wmode: 'transparent'
		    ,css: [
		      '.sIFR-root { color:#000000; font-size:19px; letter-spacing:0; text-align:center; font-weight: normal; background: #fff; display: inline; padding: 0 0 0 0;}'
	     
		    ]
		});
		sIFR.replace(test, {
			selector: 'div.sifr'
		    ,wmode: 'transparent'
		    ,css: [
		      '.sIFR-root { color:#ffffff; font-size:16px; letter-spacing:0; text-align:center; font-weight: normal; display: inline; padding: 0 0 0 0; }'
	     
		    ]
		});
		sIFR.replace(test, {
			selector: 'div.sifr_link'
		    ,wmode: 'transparent'
		    ,css: [
		      '.sIFR-root {font-size:14px;text-decoration: none;}'
	     
		    ]
		});
		sIFR.fitExactly = true;
		  
		//]]>
