var gillsans = {
    src: '/swf/gillsans.swf'
  };

  sIFR.activate(gillsans);

  sIFR.replace(gillsans, {
    selector: 'h1'
    ,wmode: 'transparent'
		,css: [
      '.sIFR-root { text-transform: uppercase; font-weight: bold; color: #DE0014; }'
	   ]
  });
    
      sIFR.replace(gillsans, {
    selector: 'UITh2'
    ,wmode: 'transparent'
		,css: [
      '.sIFR-root { text-transform: font-weight: bold; color: #DE0014; }'
	   ]
  });
   
   
        sIFR.replace(gillsans, {
    selector: 'UITh3'
    ,wmode: 'transparent'
		,css: [
      '.sIFR-root { text-transform: font-weight: bold; color: #000000; }'
	   ]
  });
