// image~answer~d1~d2~d3~d4 // This file is copyright 110506 - Mike Capstick // it adds the quiz questions and answers // load arrays with questions and questions title=' Fruit'; imagelocation='fruit/'; questions=new Array(); questions[1]='oranges~oranges~apple~grapes~cherries~tomato~A'; questions[2]='pineapple~pineapple~oranges~grapes~cherries~tomato~A'; questions[3]='cherries~cherries~apple~oranges~grapes~tomato~A'; questions[4]='grapes~grapes~apple~oranges~cherries~tomato~A'; questions[5]='tomato~tomato~apple~oranges~grapes~cherries~A'; questions[6]='dates~dates~oranges~grapes~cherries~tomato~A'; questions[7]='apple~apple~oranges~grapes~cherries~tomato~A'; questions[8]='bananas~bananas~oranges~grapes~cherries~tomato~A'; questions[9]='nuts~nuts~oranges~grapes~cherries~tomato~A'; questions[10]='mango~mango~oranges~grapes~cherries~tomato~A'; questions[11]='pear~pear~oranges~grapes~cherries~tomato~A'; questions[12]='coconut~coconut~oranges~grapes~cherries~tomato~A'; questions[13]='strawberries~strawberries~oranges~grapes~cherries~tomato~A'; questions[14]='lemon~lemon~oranges~grapes~cherries~tomato~A'; questions[15]='watermelon~watermelon~oranges~grapes~cherries~tomato~A'; questions[16]='kiwifruit~kiwifruit~orange~grapes~cherries~tomato~A';