  var franklin = {
	src: '/assets/flash/franklin-gothic-demi.swf' 
  };
  
  sIFR.useStyleCheck = true;
  sIFR.activate(franklin);

  /*
  sIFR.replace(franklin, {
    selector: '.header .phone-numbers'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #4ba1d3; font-size: 14px; text-align: right; text-transform: none; leading: -5;}'
      ,'strong { color: #ffffff; }'
    ]
  });
  */
  
  sIFR.replace(franklin, {
    selector: 'h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #2e9bd9; font-size: 36px; text-align: left; text-transform: none; leading: -5;}'
      ,'strong { color: #686868; font-size: 50%; font-weight: normal;}'
      ,'a { color: #2e9bd9; text-decoration: none; }'
      ,'a:link { color: #2e9bd9; }'
      ,'a:hover { color: #2e9bd9; }'
    ]
  });
  
  sIFR.replace(franklin, {
    selector: 'h2, body#homepage .find-distributor h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #0079c1; font-size: 24px; text-transform: none; leading: -5;}'
      ,'a { color: #0079c1; text-decoration: none; }'
      ,'a:link { color: #0079c1; }'
      ,'a:hover { color: #0079c1; }'
    ]
  });

  sIFR.replace(franklin, {
    selector: 'h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #2f2f2f; font-size: 24px; text-transform: none; leading: -5;}'
      ,'a { color: #2f2f2f; text-decoration: none; }'
      ,'a:link { color: #2f2f2f; }'
      ,'a:hover { color: #2f2f2f; }'
    ]
  });

  
    sIFR.replace(franklin, {
    selector: '.contact-us h4, body#homepage .product-catalogues h4, .find-distributor h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #0079c1; font-size: 18px; text-transform: none; leading: -5;}'
      ,'a { color: #0079c1; text-decoration: none; }'
      ,'a:link { color: #0079c1; }'
      ,'a:hover { color: #0079c1; }'
    ]
  });

  sIFR.replace(franklin, {
    selector: '.product-catalogues h4, .blue-block h4'
	,forceWidth: 'true'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 18px; text-transform: none; leading: -5;}'
      ,'a { color: #ffffff; text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
  });