var miller = {
	src: 'http://www.touchfoundation.org/swf/site/fonts/miller.swf'
};

sIFR.activate(miller);

sIFR.replace(miller, {
			 selector: 'h2'
			 ,css: [
					'.sIFR-root { color: #0D89A4; leading: +5; }',
					'strong { font-weight: normal; color: #676767; }'
					]
			 , wmode: 'transparent'
			 });
	

