var rootPath = '/';

$(document).ready(function() { 
    
   
    
    
    // menu
    $('ul.topmenu').superfish(); 
    
    
    // pretty headlines
    if(typeof sIFR == "function"){
    
        sIFR.replaceElement("h3", rootPath + "data/swf/ft76.swf", "#0067aa", null, null, null, 0, 0, 0, 0, null);
        sIFR.replaceElement("h5", rootPath + "data/swf/ft76.swf", "#0067aa", null, null, null, 0, 0, 0, 0, null);
         
    }
}); 
