	var myriadPro = {
      src: '/flash/myriadPro.swf'
      ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 93, 1.15, 94, 1.14, 96, 1.15, 97, 1.14, 100, 1.15, 101, 1.14, 102, 1.15, 105, 1.14, 106, 1.15, 112, 1.14, 113, 1.15, 1.14]
    };


    sIFR.activate(myriadPro);

	// to calculate your ratio, uncomment this next line, and comment everything after it.
	// also make sure you have sifr-debug included in your html page.

	//sIFR.debug.ratios(myriadProLight, {selector: 'h1'});


   sIFR.replace(myriadPro, {
      selector: ' h1'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#dd1088', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#000000'
          ,strength: .5
        }
      }*/
    });
   
      sIFR.replace(myriadPro, {
      selector: 'h2.industry' 
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#73913b', 'letter-spacing': '-0.2', 'font-weight': 'bold' }
      }
    });
   
      sIFR.replace(myriadPro, {
      selector: 'h2.about'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#bd2a1a', 'letter-spacing': '-0.2', 'font-weight': 'bold' }
      }
    });
	  
      sIFR.replace(myriadPro, {
      selector: 'h2.facts'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#f5ab00', 'letter-spacing': '-0.2', 'font-weight': 'bold' }
      }
    });
	  
      sIFR.replace(myriadPro, {
      selector: 'h2.education'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#53c2cd', 'letter-spacing': '-0.2', 'font-weight': 'bold' }
      }
    });
	  
      sIFR.replace(myriadPro, {
      selector: 'h2.links'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#98d5f2', 'letter-spacing': '-0.2', 'font-weight': 'bold' }
      }
    });
	  
      sIFR.replace(myriadPro, {
      selector: 'h3'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#333333', 'letter-spacing': '-0.2', 'font-weight': 'normal' }
      }
    });