var ads = new Array();
ads[0] = ['<strong><font color=red>PS: We are not sure how about the loading speed of these videos in your location, so if you feel it\'s very slow, just let us know, and we\'ll try to find some better video sources. Thanks a lot. </font><br><font color=blue>Pls don\'t complain, internet is quite different in different loactions </font></strong>',0,0];
ads[1] = ['<strong><font color=red>PS: We are not sure how about the loading speed of these videos in your location, so if you feel it\'s very slow, just let us know, and we\'ll try to find some better video sources. Thanks a lot. </font><br><font color=blue>Pls don\'t complain, internet is quite different in different loactions </font></strong>',0,0];
var index = Math.floor(Math.random()*ads.length);
var today = new Date();
var i = 0;
while(((ads[index][1] > 0 && ads[index][1] * 1000 > today) || ((ads[index][2] > 0 && ads[index][2] * 1000 < today))) && i < 30) {
index = Math.floor(Math.random()*ads.length);
i++;
}
document.write(ads[index][0]);

