Просмотр файла js/banners.js

Размер файла: 93B
for (i=1;i<count;i++) {
if (banner[i]) {
document.write(banner[i]);
} else {
break;
}
}