...
|
...
|
@@ -84,31 +84,10 @@ |
|
|
function createIframe() {
|
|
|
var i = document.createElement("iframe");
|
|
|
var timestamp = new Date().getTime();
|
|
|
// 0907号10点1441591200000 - 8号10点 1441677600000 GIRL首页焦点图第一帧 曝光代码 #2
|
|
|
if (timestamp > 1441591200000 && timestamp <= 1441677600000) {
|
|
|
// 0916号10点1442368800000 - 16号18点 1442397600000 GIRL首页焦点图
|
|
|
if (timestamp > 1442368800000 && timestamp <= 1442397600000) {
|
|
|
i.src="http://ad.yoho.cn/yoho/Yoho_Ad20150828_2.html";
|
|
|
}
|
|
|
// 0909号10点1441764000000 - 10号0点 1441814400000 GIRL首页焦点图第一帧 曝光代码 #6 GIRL右侧标识 #4
|
|
|
else if (timestamp > 1441764000000 && timestamp <= 1441814400000) {
|
|
|
i.src="http://ad.yoho.cn/yoho/Yoho_Ad20150828_6.html";
|
|
|
i.scrolling="no"; i.frameborder="0"; i.width="0"; i.height="0";
|
|
|
document.getElementById("div-adv-iframe").appendChild(i);
|
|
|
|
|
|
var j = document.createElement("iframe");
|
|
|
j.src="http://ad.yoho.cn/yoho/Yoho_Ad20150828_4.html";
|
|
|
j.scrolling="no"; j.frameborder="0"; j.width="0"; j.height="0";
|
|
|
document.getElementById("div-adv-iframe").appendChild(j);
|
|
|
|
|
|
return;
|
|
|
}
|
|
|
// 0910号0点1441814400000 - 10号10点 1441850400000 GIRL首页焦点图第一帧 曝光代码 #6
|
|
|
else if (timestamp > 1441814400000 && timestamp <= 1441850400000) {
|
|
|
i.src="http://ad.yoho.cn/yoho/Yoho_Ad20150828_6.html";
|
|
|
}
|
|
|
// 0911号10点1441936800000 - 12号10点 1442023200000 GIRL首页焦点图第一帧 曝光代码 #6
|
|
|
else if (timestamp > 1441936800000 && timestamp <= 1442023200000) {
|
|
|
i.src="http://ad.yoho.cn/yoho/Yoho_Ad20150828_6.html";
|
|
|
}
|
|
|
i.scrolling="no"; i.frameborder="0"; i.width="0"; i.height="0";
|
|
|
document.getElementById("div-adv-iframe").appendChild(i);
|
|
|
};
|
...
|
...
|
|