﻿function start() {
    cycleBan();
    cycleClient();
}
window.onload = start; 
