rand = Math.round(Math.random() * 2);if (rand == 0) document.write('');if (rand == 1) document.write('');if (rand == 2) document.write('');