  var sifr = {
    src: '/bin/flash/sifr.swf', ratios: [11, 1.13, 13, 1.04, 16, 1.03, 25, 1, 43, 0.98, 44, 0.96, 47, 0.97, 70, 0.96, 78, 0.95, 79, 0.96, 0.95]
  };

  //sIFR.domains = ['http://'] // Don't check for domains in this demo
  //sIFR.useStyleCheck = true;
  sIFR.activate(sifr);

	
	sIFR.replace(sifr, {
		  selector: '#content h1.block, #content h2.block, #content #homepage h1, .box_home h2, #leftCol h1, #leftCol h2, #rightCol h1, #rightCol h2',
		  css: [
		  '.sIFR-root { font-size:13px;  color:#ffffff; }'
			  ,'a { color: #ffffff; text-decoration: none; }'
   		  ,'a:hover { color: #ffffff; }'	
   		  ,'.selected { color: #ffffff; }'	  
		  ],
		  wmode: 'transparent'
	});	
