  var agrofont = {
    src: 'agrofont.swf'
	, ratios: [8,1.3,12,1.27,16,1.21,17,1.2,18,1.19,24,1.18,26,1.16,27,1.17,35,1.16,45,1.15,50,1.14,51,1.15,72,1.14,75,1.13,77,1.14,1.13]
  };

  sIFR.prefetch(agrofont);
  sIFR.activate();
	
  sIFR.replace(agrofont, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#407cb9' }
      ,'a': { 'color': '#407cb9', 'text-decoration': 'none' }
      ,'a:hover': { 'color': '#407cb9', 'text-decoration': 'none' }
    }
	,wmode: 'transparent'
  });
	
  sIFR.replace(agrofont, {
    selector: 'h2'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'font-weight': 'bold' }
      ,'a': { 'color': '#ffffff', 'text-decoration': 'none' }
      ,'a:hover': { 'color': '#ffffff', 'text-decoration': 'none' }
    }
	,wmode: 'transparent'
  });
	
  sIFR.replace(agrofont, {
    selector: 'h3'
    ,css: {
      '.sIFR-root': { 'color': '#ffffff' }
      ,'a': { 'color': '#ffffff', 'text-decoration': 'none' }
      ,'a:hover': { 'color': '#ffffff', 'text-decoration': 'none' }
    }
	,wmode: 'transparent'
  });
	
  sIFR.replace(agrofont, {
    selector: 'h4'
    ,css: {
      '.sIFR-root': { 'color': '#e494f5', 'font-style': 'italic' }
      ,'a': { 'color': '#e494f5', 'text-decoration': 'none' }
      ,'a:hover': { 'color': '#e494f5', 'text-decoration': 'none' }
    }
	,wmode: 'transparent'
  });
