// this file is copyright - Mike Capstick // it adds the quiz questions and answers // load arrays with a set of questions and answers title='Space Quiz'; questions=new Array(); questions[1] ='What planet is closest to the sun? ~Mercury~Venus ~Neptune~Earth~A~'; questions[2] ='What planet is furthest from the sun?~Neptune~Earth~Jupiter~Uranus~A~'; questions[3] ='What does Jupiter\'s surface consist of?~Gases~Water~Sand~Rocks~A~'; questions[4] ='Which planet can sustain life?~Earth~Mars~Neptune~Uranus~A~'; questions[5] ='Which planet has the most moons?~Jupiter~Earth~Venus~Pluto~A~'; questions[6] ='What is the cause of ocean tides?~Earth\'s moon~Wormholes~Earth\'s gravitational pull~The sun~A~'; questions[7] ='What planets has the biggest rings? ~Saturn~Jupiter~Neptune~Uranus~A~'; questions[8] ='What is the 5th planet from the sun?~Jupiter~Mars~Pluto~Earth~A~'; questions[9] ='What is the largest planet in our solar system?~Jupiter~Earth~Mars~Venus~A~'; questions[10] ='Which planet has the most liquid water?~Earth~Neptune~Saturn~Venus~A~'; questions[11] ='Which is the brightest planet in the sky?~Venus ~Mars ~Mercury ~Jupiter ~A~'; questions[12] ='How many planets are in our solar system?~8~5~7~10~A~'; questions[13] ='How many moons does Earth have?~1~2~6~3~A~'; questions[14] ='Which planet is known as the Red Planet?~Mars~Saturn ~Uranus~Neptune~A~'; questions[15] ='A space rock that hits the Earth is called a ~Meteorite~Meteor~Comet~Asteroid~A~'; questions[16] ='The first astronaut in space was?~Yuri Gagarin~Buzz Aldrin ~Neil Armstrong~Frank Borman~A~';