var allstar = {
      src: '/wp-content/themes/vms/flash/sifr.swf'
};
 
sIFR.activate(allstar);
 
sIFR.replace(allstar, {
      selector: '#sidebar h3',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#ffffff; }'
	  ,'a { text-decoration: none; color: #ffffff; }'
	  ,'a:link { text-decoration: none; color: #ffffff; }'
	  ,'a:hover { text-decoration: none; color: #ffffff; }'
      ],
      wmode: 'transparent'
});