var introduction = 'Pretend this is the first day of winter...How much do you really know about the season? Take this simple weather quiz to test your knowledge of the real reason for the winter season.';

var questions = new Array(
'0##What is another name for the first day of winter in the Northern Hemisphere?++none$$vernal equinox%%winter solstice^^winter equinox&&@@@$!!http://astrotulsa.com/Learn/images/Earthseasons.gif',
'1##What does the term winter solstice mean regarding the position of the sun relevant to the earth?++none$$sun always moving%%earth standing still^^sun standing still&&@@@$!!',
'2##Over which latitude is the sun shining directly overhead during the winter solstice?++none$$Tropic of Capricorn%%Tropic of Cancer ^^The Equator&&@@@$!!',
'3##The Arctic Circle is located at which latitude?++none$$66.5 degrees north latitude%%66.5 degrees south latitude^^90 degrees north latitude&&@@@$!!',
'4##How much sunlight is received north of the Arctic Circle on the first day of the winter solstice?++none$$24 hours%%12 hours^^none&&@@@$!!',
'5##The tilt of the earth is approximately how many degrees?++none$$33 degrees%%43 degrees^^23.5 degrees&&@@@$!!',
'6##What happens north of the Arctic Circle on the first day of summer in the Northern hemisphere?++none$$24 hours darkness%%12 hours daylight^^24 hours of daylight&&@@@$!!',
'7##What happens south of the Antarctic Circle on the first day of winter in the Northern hemisphere?++none$$24 hours darkness %%12 hours daylight^^24 hours of daylight&&@@@$!!',
'8##When is the sun closest to the earth in the Northern Hemisphere?++none$$summer%%fall^^spring &&winter@@@$One of the biggest misconceptions in science is the idea of seasons being a result of the distance of the sun to earth. Remember the interviews with the Harvard graduates in A Private Universe? In that documentary, glaring misconceptions about basic science concepts became more public. !!',
'9##When the sun is closest to the earth, it is called what?++none$$eclipse%%aphelion^^perihelion&&@@@$Earth travels around the sun in an elliptical orbit. That means the sun varies in distance from the earth from about 147.5 million km to about 152.6 million km in July. With most science textbooks demonstrating the oval like shape of the orbit, many people have come to believe that the Northern Hemisphere experiences summer when the sun is at its closest point. Part of the problem is the exaggeration of the orbits printed in textbooks. In reality the earth is closest to the sun on about January 4th.!!');

var correctanswers = new Array('b','c','a','a','c','c','c','c','d','c');

var grades = new Array(
'Oh no. You need to try again.',
'You did fair. ',
'You did a great job.'
);

