var Fibonacci=newArray(0,1,1,2,3,5,8,13);
var Beatles=newArray ("John","Paul","George","Ringo");
alert (Fibonacci[3]); alert (Beatles[0]);