// Scripted refresh, excludes article page due to reading duration

var timerId, refreshJSExists;


refreshJSExists = true

if (JS_SECTIONID == 6227) {
    setRefresh(true);
}


function setRefresh(bVidFlag) {
    if(bVidFlag) {
               timerId = window.setTimeout("window.location.href=window.location.href;",240000);
    } else {
        if(!isNaN(parseInt(timerId))) {window.clearTimeout(timerId);}
    }
}





















