var fPredictor = {
    src: flashPath+'predictor.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(fPredictor);

sIFR.replace(fPredictor, {
    selector: 'h3'
    ,css: ['.sIFR-root { color: #000000; font-size: 24px;}, a {color: #000000; text-decoration: none;},  a:hover {color: #666666;}']
    ,wmode: 'transparent'
	,selectable: true
});


sIFR.replace(fPredictor, {
    selector: '#bcContainer h6'
    ,css: ['.sIFR-root { color: #000000; font-size: 24px;}, a {color: #000000; text-decoration: none;},  a:hover {color: #666666;}']
    ,wmode: 'transparent'
	,selectable: true
});

sIFR.replace(fPredictor, {
    selector: '#bcContainer h4'
    ,css: ['.sIFR-root { color: #000000; font-size: 36px;}, a {color: #000000; text-decoration: none;},  a:hover {color: #666666;}']
    ,wmode: 'transparent'
	,selectable: true
});


