var flash1 = {
  src: 'http://code.brightonconsulting.net.au/sifr3/fonts/frutiger.swf'
};


  sIFR.activate(flash1);
  
  sIFR.replace(flash1, {
    selector: 'li.silo h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #9e002a; font-size:1.6em; font-weight:bold;}'
	  ,'a { text-decoration: none; color: #9e002a }'
      ,'a:hover { color: #666666 }'
    ]
  });
  
  sIFR.replace(flash1, {
    selector: '#pagetitle'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #9e002a; font-size:1.6em; font-weight:bold;}'
    ]
  });
  
  sIFR.replace(flash1, {
    selector: 'div.description h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #9e002a; font-size:1.6em; font-weight:bold;}'
	  ,'a { text-decoration: none; color: #9e002a }'
      ,'a:hover { color: #666666 }'
    ]
  });
