   var humanist = { src: '/wp-content/themes/default/images/humanst.swf' }; 
	sIFR.activate(humanist);	
	sIFR.replace(humanist, {
	 selector: '.humanist_cat',
	 wmode: 'transparent',
	 css: [
	   '.sIFR-root {color: #ffffff; font-size: 14px; height:19px; margin:0; padding:0; }',	   
	 ],
	 filters: {
	    DropShadow: {
	      knockout: false,
	      distance: 1,
	      color: '#4e4e4e',
	      strength: 1
	    }
	  }
	});	
	sIFR.replace(humanist, {
	 selector: '.humanist',
	 wmode: 'transparent',
	 css: [
	   '.sIFR-root {color: #4e4e4e; font-size: 14px; height:19px; margin:0; padding:0; }',
	   '.sIFR-root a {color: #4e4e4e; text-decoration: none;}',
	   '.sIFR-root a:hover {color: #497a03; text-decoration: none;}'	   
	 ],
	 filters: {
	    DropShadow: {
	      knockout: false,
	      distance: 1,
	      color: '#ffffff',
	      strength: 2
	    }
	  }
	});	
