//<[CDATA[
  
  var VAG = {
    src: '/wp-content/themes/mva/sifr/flash/VAGRounded.swf'
  };
  
  sIFR.activate(VAG);
  
  
  function mva_replace() {
  	
  	sIFR.replace(VAG, {
  		
		    selector: '.post .title-bar h2, h2.pagetitle, #comments h3',
			wmode: 'transparent',
			css: { 
				 
				'.sIFR-root' :  {'color': '#ffffff','text-transform':'uppercase', 'letter-spacing': '1', 'text-align' : 'center'},
				'.accentfix' :  {'font-size': '1', 'leading': '-1'},
				'a' : {'color': '#FFFFFF', 'text-decoration' : 'none'},
				'a:hover' : {'color': '#EEEEEE'}
			
			
			},
			preventWrap: true,
			fitExactly: true,
			filters: {
		        DropShadow: {
		          knockout: false
		          ,blurX:2
		          ,blurY:3
		          ,distance: .5
		          ,angle:90
		          ,color: '#000000'
		          ,strength: 1.2
		          ,quality:3
		          ,alpha: 1
		        }
		      },
		     tuneWidth : 10,
		     offsetLeft : 2
	     
	  	}
	  	
	  );
  	
  }
  
  setTimeout(mva_replace, 0);
  
  

//]]>