function ShowBanner() { var n; var banners = new Array( "drweb2.gif", "DrWeb", "http://www.konstanta.com/prog/20100520061331", "about.gif", "About", "http://www.konstanta.com/about","biolink.gif", "Biolink", "http://www.konstanta.com/system/bio", "ban2.gif", "System", "http://www.konstanta.com/system","intel.gif", "Intel", "http://www.intel.ru" ) n = Math.floor(Math.random()*(banners.length/3)); document.write(''+banners[n*3+3] +' '); }