var myriad = {
  src: 'http://www.danfarnam.com/templates/cinematographer/swf/myriad.swf'
};


sIFR.debugMode = true;
sIFR.delayCSS  = true;
sIFR.prefetch(myriad);
sIFR.activate();

sIFR.replace(myriad, {
	selector: 'h5'
	,wmode: 'transparent'
	,selectable: false
	,fitExactly: true
	,tuneWidth: 8
	,css: [
	  '.sIFR-root { font-size: 26px; text-align: left; color: #ffffff; }'
]});

sIFR.replace(myriad, {
	selector: 'h6'
	,wmode: 'transparent'
	,selectable: false
	,fitExactly: true
	,tuneWidth: 14
	,css: [
	  '.sIFR-root { font-size: 20px; text-align: left; color: #000000; }'
	]
});
