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(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); //document.writeln(''); document.writeln('
EventsStagesTicksStandingsMapsPicsVideosPopup
'); } function popup(url, word) { var msg = "Are you sure you want to permanently remove this " + word + "?"; if (confirm(msg)) { location.replace(url); } }