// this file is copyright - Mike Capstick // it adds the quiz questions and answers // load arrays with a set of questions and answers title='Do You Know Australia'; game='BlowFlies'; questions=new Array(); questions[1] ='The capital of Australia is~Wagga Wagga~Canberra~Sydney~Melbourne~B~.'; questions[2] ='To greet an Australian you say - G\'day~Bloke~Sir~Mr~Mate~D~.'; questions[3] ='In Australia, Bathers are~politicians~people from Bath~items of clothing~birds~C~.'; questions[4] ='Dingos are a type of~bird~dog~kangaroo~wombat~B~.'; questions[5] ='A baby echidna is is called a~joey~puggle~pup~kitten~B~.'; questions[6] ='A can of beer is called a~tinny~toffee~canny~slug~A~.'; questions[7] ='Dame Edna is really~Barry Humphreys~John Howard~a kangaroo~cute~A~.'; questions[8] ='Downunder was sung by Australian band~Savage Garden~Men at Work~AC/DC~Kylie~B~.'; questions[9] ='What is the highest point in mainland Australia? ~Mount Kosciuszko~Mawson Peak~Mount Isa~Mount Ossa~A~.';