var ads = new Array();
ads[0] = ['<br>\n'+
'<font color=red><strong>Single Click to Pause it for a while when loading|---|Double Click for Full Screen, and ESC to quit it</strong></font>\n'+
'<br>\n'+
'<font color=red><strong>If the video loading slowly in your location, Pls post a comment to let us know, thanks!</strong></font>',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]);

