var absolutePath = 'http://development.koehlke.com/';


var gotham= {
   //src: absolutePath + 'SIFR/stymie.swf'
   src: absolutePath + 'SIFR/gotham.swf'
    
  };
 
  sIFR.delayCSS  = true;

// MAIN HEADINGS  
  sIFR.activate(gotham);
   


   sIFR.replace(gotham, {
    selector: '#browse h3, #enews h3',
	wmode: 'transparent',
  	css: '.sIFR-root { color: #262525; font-weight:bold;}',
  	offsetTop:0,
  	offsetLeft:0
});
 
 
       

 
 
