﻿
doBodySIFR();

function doBodySIFR() {
    sIFR.replace(handel, {
        selector: '.body_content_list li',
        css: '.sIFR-root { font-size:11px; color: #A6A6A6; text-align:left; }.sIFR-root .orange { color:#faae18;}',
        wmode: 'transparent'
    });

    sIFR.replace(albatross, {
        selector: '.body_video_link',
        css: '.sIFR-root { font-size:14px; color: #faae18; text-align:left; text-decoration:none; } .sIFR-root a { color:#faae18; text-decoration:none;} .sIFR-root a:hover { color:#faae18; text-decoration:none;}',
        wmode: 'transparent',
        forceSingleLine: true
    });
}