    var arial = {
      src: 'swf/arial.swf'
	  	  ,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
    };
	
		var times = {
      src: 'swf/timessm.swf'
	  ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 15, 1.22, 19, 1.18, 26, 1.17, 31, 1.15, 47, 1.14, 68, 1.13, 69, 1.12, 73, 1.13, 74, 1.12, 75, 1.13, 1.12]
    };



    sIFR.activate(arial, times);
	sIFR.fitExactly = true
	
	    sIFR.replace(arial, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { font-weight: normal; color: #73B64F; letter-spacing: 0; }'
      ]
	    ,wmode: 'transparent'
    });
  
sIFR.replace(arial, {
 selector: 'h2'
      ,css: [
        '.sIFR-root { font-weight: normal; color: #6A6363; letter-spacing: 0; }'
      ]
	    ,wmode: 'transparent'
    });

sIFR.replace(times, {
 selector: '.quoter'
      ,css: [
        '.sIFR-root { font-weight: normal; color: #433F3F; letter-spacing: 1; font-style: italic; }'
      ]
	    ,wmode: 'transparent'
		,tuneHeight: '-3'
    });

sIFR.replace(times, {
 selector: '.quotesmall'
      ,css: [
        '.sIFR-root { font-weight: normal; color: #433F3F; letter-spacing: 1; font-style: italic; }'
      ]
	    ,wmode: 'transparent'
		,tuneHeight: '-3'
    });