window.headerMobile = function() {
ACtMan.set({
spot: 'header_mobile',
div: '#header_mobile',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
window.invideo = function() {
if (ACtMan.ua.is !== 'mobile') {
ACtMan.set({
spot: 'invideo',
div: '#in_v',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
}
window.suggestion = function() {
ACtMan.set({
spot: 'suggestion_1',
div: '#suggestion_1',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
ACtMan.set({
spot: 'suggestion_2',
div: '#suggestion_2',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
ACtMan.set({
spot: 'suggestion_3',
div: '#suggestion_3',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
ACtMan.set({
spot: 'suggestion_4',
div: '#suggestion_4',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
ACtMan.set({
spot: 'suggestion_5',
div: '#suggestion_5',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
window.underplayer = function(){
ACtMan.set({
spot: 'underplayer',
div: '#und_ban',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
window.ntvA = function() {
ACtMan.set({
spot: 'ntv_a',
div: '#ntv_a',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
window.ntvB = function() {
ACtMan.set({
spot: 'ntv_b',
div: '#ntv_b',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
window.ntvC = function() {
ACtMan.set({
spot: 'ntv_c',
div: '#ntv_c',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
if (!_campControl.mode || (ACtMan.qs.campaign === '10146' && !ACtMan.localStore.get('tim_ls')) || ACtMan.qs.campaign === '10090' || ACtMan.qs.campaign === '10184') {
ACtMan.set({
spot: 'instant_message',
_id: 'instant_message',
newDesign: true,
overlayColor: 'rgba(56, 56, 56, 0.85)',
buttonColor: '#FF4242',
labelColor: '#A5A1AD',
safeCreatives: ACtMan.qs.campaign === '10146' || ACtMan.qs.campaign === '10090'
});
}
...