//<[CDATA[
  var albert = {
    src: '/res/files/albert.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  sIFR.useStyleCheck = true;
  sIFR.activate(albert);
  sIFR.replace(albert, {
    selector: 'p.text'
     ,css: [
      '.sIFR-root { font-weight: bold; color:#999;width:350px;visibility:visisble; }'
      ,'a { text-decoration: none;  }'
      ,'a:link { color: #555555;width: 200px; }'
      ,'a:hover { color: #555555; }'
    ]
     ,wmode: 'transparent'
  });
  
  sIFR.replace(albert, {
    selector: '#left-navigation h2'
     ,css: {
         '.sIFR-root': { 'color': '#ffffff', 'background-color': '#97938f', 'font-weight': 'bold' }
     }
     ,wmode: 'transparent'
  });
  
  sIFR.replace(albert, {
    selector: '#second-navigation h3'
    ,css: {
        '.sIFR-root': {
            'color': '#000000',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
  
   sIFR.replace(albert, {
    selector: '.green #content h3'
    ,css: {
        '.sIFR-root': {
            'color': '#50891c',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
     sIFR.replace(albert, {
    selector: '.blue #content h3'
    ,css: {
        '.sIFR-root': {
            'color': '#007f86',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
     sIFR.replace(albert, {
    selector: '.orange #content h3'
    ,css: {
        '.sIFR-root': {
            'color': '#cf3700',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
     sIFR.replace(albert, {
    selector: '.purple #content h3'
    ,css: {
        '.sIFR-root': {
            'color': '#7a008e',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
  
  sIFR.replace(albert, {
    selector: '.eedaGreen #content h3'
    ,css: {
        '.sIFR-root': {
            'color': '#778F00',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
 
   sIFR.replace(albert, {
    selector: '#factBox h3'
    ,css: {
        '.sIFR-root': {
            'color': '#ffffff',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
  sIFR.replace(albert, {
    selector: '#toolBox h3'
    ,css: {
        '.sIFR-root': {
            'color': '#000000',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
  
 sIFR.replace(albert, {
    selector: '.quote span.left'
    ,css: {
        '.sIFR-root': {
            'color': '#000000',
            'font-weight': 'bold'
        }
    }
    ,wmode: 'transparent'
  });
  
  sIFR.replace(albert, {
    selector: '.graphBox h4'
    ,css: {
        '.sIFR-root': {
            'color': '#000000',
            'font-weight': 'bold'
        }
        ,'a' : {
            'color':'#000000'
        },
        'a:hover' : {
            'color':'#000000'
        }
    }
    ,wmode: 'transparent'
  });
   
  
  //]]>