

var yourtypeface = {
	      src: 'http://www.retinadance.com/js/avenir.swf'
	};

sIFR.activate(yourtypeface);

	sIFR.replace(yourtypeface, {
	      selector: 'h2',
	      wmode: 'transparent',
		  thickness: '-200',
			css: [
			      '.sIFR-root { font-size:22px; font-weight:normal; font-style:normal;color:#ffffff;}'
			      ]
	});	
	

