quotes=new Array(2)

quotes[0]="Witamy!"

quotes[1]="Witamy!"

index=Math.floor(Math.random()*quotes.length)
document.write(quotes[index])