  //<[CDATA[

var gillsans = {
  src: 'http://www.whitefeatherfilms.in/library/gillsansbold.swf'
};
		

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(gillsans);

  sIFR.replace(gillsans, {
  selector: 'h1'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'text-transform': 'uppercase' }
				}
  });
		
  sIFR.replace(gillsans, {
  selector: 'h2'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#000000' }
				}
  });		

  sIFR.replace(gillsans, {
  selector: 'h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root '
      ,'h3 a:link { color: #5f789d;  text-decoration: none  }'
      ,'h3 a:visted { color: #5f789d;  text-decoration: none   }'	  
      ,'h3 a:active { color: #5f789d ;  text-decoration: none }'	  
      ,'h3 a:hover { color: #5f789d;  text-decoration: underline }'
    ]
  });

  sIFR.replace(gillsans, {
  selector: 'h4'
	,wmode: 'transparent'
    ,css: {
      '.sIFR-root': { 'color': '#000000' }
				}
  });	


sIFR.fromLocal = true;

  //]]>

