	var myriadProLight = {
      src: '/sifr/flash/myriadProLight.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(myriadProLight);

	// 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(myriadProLight, {
      selector: 'h1.locationTitle'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#5baa3d', 'letter-spacing': -0.8, 'text-transform': '' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#000000'
          ,strength: .5
        }
      }*/
    });
   sIFR.replace(myriadProLight, {
      selector: 'h1.agedCare'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#5baa3d', 'letter-spacing': -0.8, 'text-transform': '' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#000000'
          ,strength: .5
        }
      }*/
    });
   sIFR.replace(myriadProLight, {
      selector: 'h1'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#ff7900', 'letter-spacing': -0.8, 'text-transform': '' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#000000'
          ,strength: .5
        }
      }*/
    });

   sIFR.replace(myriadProLight, {
      selector: 'h2.agedCare'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#5baa3d', 'letter-spacing': -0.6, 'text-transform': '' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#5cab3e'
          ,strength: .5
        }
      }*/
    });	
	
   sIFR.replace(myriadProLight, {
      selector: 'h2'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#ff7900', 'letter-spacing': -0.6, 'text-transform': '' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#000000'
          ,strength: .5
        }
      }*/
    });	
	   sIFR.replace(myriadProLight, {
      selector: 'h3.news'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#666', 'letter-spacing': -0.6, 'text-transform': '' }
      }
      /*,filters: {
        DropShadow: {
          knockout: false
          ,distance: 2
          ,color: '#000000'
          ,strength: .5
        }
      }*/
    });		
	   sIFR.replace(myriadProLight, {
      selector: 'h3'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#fff', 'letter-spacing': -0.6, 'text-transform': '' }
      }
    });	


  /*  sIFR.replace(myriadProLight, {
      selector: 'h3.fancy'
	  ,wmode: 'transparent'
      ,css: '.sIFR-root { font-style: normal; color: #dd1088; }'
      ,selectable: false
    });

  /*  sIFR.replace(myriadProLight, {
      selector: 'h1,h2,h3,h4'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #dd1088; }'
        ,'a:hover { color: #000000;}'
      ]
    }); */

  


