function banner(which) { var LIMIT = 9; var sections = new Array(LIMIT); for (var i=0; i < sections.length; i++) { sections[i] = 'bannerthere'; } if (which >= 0 && which <= LIMIT) sections[which] = 'bannerhere'; document.writeln('
'); document.writeln(' | Events | '); document.writeln('Stages | '); document.writeln('Ticks | '); document.writeln('Standings | '); document.writeln('Maps | '); document.writeln('Pics | '); document.writeln('Videos | '); //document.writeln('Popup | '); document.writeln('