

  sIFR.prefetch({
    src: '../AppleGaramond.swf', 
    highsrc: '../AppleGaramond.swf'
  });


  sIFR.compatMode = true;
  sIFR.activate();




sIFR.replace( {
  selector: 'h1'
  ,src: '../AppleGaramond.swf'
  ,wmode: 'transparent'
	,fitExactly: 'true'
  ,css: [
    '.sIFR-root {color: #666; background-color: transparent; letter-spacing:1; text-align:right; font-size:40px; }'
    ,'a { color: #666; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #666; background-color: transparent; text-decoration: none ; }'    
  ]
});

sIFR.replace( {
  selector: 'h2'
  ,src: '../AppleGaramond.swf'
  ,wmode: 'transparent'
	,fitExactly: 'true'
  ,css: [
    '.sIFR-root {color: #666; background-color: transparent; letter-spacing:1; text-align:right; }'
    ,'a { color: #666; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #666; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #666; background-color: transparent; text-decoration: none ; }'    
  ]
});

sIFR.replace( {
  selector: '#sidebar h3'
  ,src: '../Ogirema.swf'
  ,wmode: 'transparent'
	,fitExactly: 'true'
  ,css: [
    '.sIFR-root {color: #000000; background-color: transparent; letter-spacing:1; text-align:right; }'
    ,'a { color: #000; background-color: transparent; text-decoration: none; }'
    ,'a:link { color: #000; background-color: transparent; text-decoration: none ; }'
    ,'a:hover { color: #000; background-color: transparent; text-decoration: none ; }'
    ,'a:focus { color: #000; background-color: transparent; text-decoration: none ; }'    
  ]
});