var banner = [ ["https://bit.ly/smartbreak", "https://businesscommunity.it/newsletter/smartbreak300.jpg"], ["https://bit.ly/lts_sito", "https://businesscommunity.it/newsletter/lts300.jpg"], ["https://amzn.to/3E8tVRp", "https://businesscommunity.it/newsletter/libri.jpg"], ["http://bit.ly/ltechshow", "https://businesscommunity.it/newsletter/spotify_lts.jpg"], ["https://bit.ly/chan_ges", "https://businesscommunity.it/newsletter/changes300.jpg"], ["https://bit.ly/lts_sito", "https://businesscommunity.it/newsletter/newpodcast.jpg"] ]; /* var banner = [ ["http://www.welfareworld.it/index-ww22mi.html","https://businesscommunity.it/newsletter/jekpot_welfare_22_300.jpg"]]; */ function getRandomInt(max) { return Math.floor(Math.random() * max); } function shuffle(a) { var j, x, i; for (i = a.length - 1; i > 0; i--) { j = Math.floor(Math.random() * (i + 1)); x = a[i]; a[i] = a[j]; a[j] = x; } return a; } //document.write('
'); if (getRandomInt(2)<2){ if (getRandomInt(4)>5){ document.write('
'); } else { shuffle(banner); document.getElementById('alto').innerHTML = 'Businesscommunity.it'; /*document.getElementById('alto').innerHTML = '';*/ } } else { // document.write(''); document.getElementById('alto').innerHTML = 'fatture in cloud'; }