10.3 và 10.2.2 chưa có cập nhật chính thức nhé bạn. Nên bạn đợi bản off thì lâu. Autoload nếu muốn bằng ae
';
qc3=qc3+'\';
qc3=qc3+'';
qc3=qc3+'\
';
function adsdisplay(adsnum) {
var y = (Math.floor((Math.random()*100)+1))%adsnum;
if (y==0) {
document.write(qc1);
}
if (y==1) {
document.write(qc2);
}
if (y==2) {
document.write(qc3);
}
}
adsdisplay(3);