...
|
...
|
@@ -85,13 +85,9 @@ |
|
|
function createIframe() {
|
|
|
var i = document.createElement("iframe");
|
|
|
var timestamp = new Date().getTime();
|
|
|
// 15,
|
|
|
if ((timestamp > 1458007200000 && timestamp <= 1458093600000) || (timestamp > 1458180000000 && timestamp <= 1458352800000)) {
|
|
|
i.src="http://v.admaster.com.cn/i/a65721,b989717,c567,i0,m202,h";
|
|
|
}else if ((timestamp > 1458093600000 && timestamp <= 1458180000000) || (timestamp > 1455501600000 && timestamp <= 1455674400000)) {
|
|
|
i.src="http://v.admaster.com.cn/i/a65721,b989718,c567,i0,m202,h";
|
|
|
}else if(timestamp > 1458352800000 && timestamp <= 1458525600000){
|
|
|
i.src = "http://v.admaster.com.cn/i/a65721,b989719,c567,i0,m202,h";
|
|
|
// 23-24
|
|
|
if ((timestamp > 1458698400000 && timestamp <= 1458784800000)) {
|
|
|
i.src="http://v.admaster.com.cn/i/a65721,b989719,c567,i0,m202,h";
|
|
|
}
|
|
|
i.scrolling="no"; i.frameborder="0"; i.width="0"; i.height="0";
|
|
|
document.getElementById("div-adv-iframe").appendChild(i);
|
...
|
...
|
|