
// Format of questions
//
// Question (Text String)
// Number of Answers
// Answer1 (Text)
// Answer Code - a pipe separated string where each segment is a number affecting the
//               User's attributes (Sci,Mil,Goa,Evl,Har,Ext). The pipe character is 
//               the SHIFT + the dirty, little used slash key there up above the big
//               "enter" key. Near backspace. It looks like a lowercase 'i' minus the
//               dot standing on top of another lower case 'i' minus the dot. It might
//               be below the big "enter" key if you've got a weird keyboard layout
//               actually come to think of it. 
//
//               EG: 5|0|0|-5|0|10
//			   Adds 5 to Sci, Adds 0 to Mil, Adds 0 to Goa, Subtracts 5 from 
//                   Evl, Adds 0 to Har, adds 10 to Ext
//
// You can put almost anything in the questions and answers, including HTML code, but DO 
// NOT USE the " character. This will cause untold horror and devestation! Well, OK it'll
// just crash the program and possibly the browser, but it's still bad. If you *absolutely*
// have to use it, use \" instead, which *should* make it work. I think :)
//
// The first element in the array is the intro text obviously
//
//	Brujah|Gangrel|Malkavian|Nosferatu|Tremere|Toreador|Ventrue
//

QuestionArray = new Array();

QuestionArray[0]    = new Array("This line is not used any more. How about that?");
QuestionArray[1]    = new Array("<span class='question'>What would be your ideal pet?</span>",                     7,"<div class='answer'>A tarantula</div>",                                           "00|00|00|10|00|00|00","<div class='answer'>An ant colony</div>",                                     "00|00|00|00|05|00|10", "<div class='answer'>An iguana</div>",                                                                       "00|00|00|05|10|00|00","<div class='answer'>A persian cat</div>",                                                "00|00|00|00|05|10|05","<div class='answer'>A doberman</div>",                                                                           "10|00|00|00|00|00|00","<div class='answer'>A platypus</div>",                                                                     "00|00|10|00|00|00|00","<div class='answer'>An Irish wolfhound</div>",                                                                                     "00|10|00|00|00|00|00");
QuestionArray[2]    = new Array("<span class='question'>What's your favourite place to relax?</span>",             7,"<div class='answer'>A high class function</div>",                                 "00|00|00|00|00|05|10","<div class='answer'>A hot nightclub</div>",                                   "05|00|00|00|00|10|00", "<div class='answer'>In my own head</div>",                                                                  "00|00|10|00|00|00|00","<div class='answer'>Somewhere I can be alone</div>",                                     "00|05|00|10|00|00|00","<div class='answer'>The great outdoors</div>",                                                                   "00|10|00|00|00|00|00","<div class='answer'>The local library</div>",                                                              "00|00|00|00|10|00|05","<div class='answer'>A biker bar</div>",                                                                                            "10|00|00|05|00|00|00");
QuestionArray[3]    = new Array("<span class='question'>And who do you hang out with there?</span>",               6,"<div class='answer'>A small group of like minded individuals</div>","00|00|00|05|10|05|00","<div class='answer'>A large group of like minded individuals</div>",   "10|00|00|00|00|00|00", "<div class='answer'>No-one. I walk alone.</div>",                                                           "00|10|00|10|00|00|00","<div class='answer'>Whoever's coolest</div>",                                               "00|00|00|00|00|10|00","<div class='answer'>Whoever's most useful</div>",                                                                "00|00|00|05|05|00|10","<div class='answer'>Bill, Larry, Mirabelle, Joey the fajita boy and all my other imaginary friends!</div>","00|00|10|00|00|00|00");
QuestionArray[4]    = new Array("<span class='question'>In a CD store, what section do you head for first?</span>",7,"<div class='answer'>Classical</div>",                                             "00|00|00|00|00|05|10","<div class='answer'>New Releases and Currently Charting</div>",               "05|00|00|00|05|10|00", "<div class='answer'>Alternative and/or Gothic</div>",                                                       "00|00|00|10|05|05|00","<div class='answer'>Rap or Heavy Metal</div>",                                           "10|00|00|00|00|00|00","<div class='answer'>The reject bin full of audio tapes out front</div>",                                         "00|00|10|00|00|00|00","<div class='answer'>Trance and Ambient</div>",                                                             "00|00|00|00|10|00|00","<div class='answer'>Tribal and World Music</div>",                                                                                 "00|10|00|00|05|00|00");
QuestionArray[5]    = new Array("<span class='question'>Reality is...</span>",                                     7,"<div class='answer'>A continual struggle between the weak and the strong</div>",  "10|05|00|05|00|00|00","<div class='answer'>A dark place</div>",                                      "00|00|00|10|00|00|00", "<div class='answer'>In need of order and control</div>",                                                    "00|00|00|00|05|00|10","<div class='answer'>A figment of the observers imagination</div>",                       "00|00|10|00|00|00|00","<div class='answer'>Mutable</div>",                                                                              "00|00|00|00|10|00|00","<div class='answer'>To be enjoyed as much as possible</div>",                                              "00|00|05|00|00|10|00","<div class='answer'>To be respected at all times</div>",                                                                           "00|10|00|00|00|00|00");
QuestionArray[6]    = new Array("<span class='question'>What matters the most to you?</span>",                     7,"<div class='answer'>Knowledge</div>",                                             "00|00|00|05|10|00|05","<div class='answer'>Stability</div>",                                         "00|00|-5|00|00|00|10", "<div class='answer'>Loyalty</div>",                                                                         "05|00|00|10|-5|00|05","<div class='answer'>Beauty</div>",                                                       "00|00|00|00|00|10|00","<div class='answer'>Survival</div>",                                                                             "05|10|00|05|00|00|00","<div class='answer'>Principle</div>",                                                                      "10|00|00|00|00|00|05","<div class='answer'>Nothing really matters</div>",                                                                                 "00|00|10|00|00|00|00" );
QuestionArray[7]    = new Array("<span class='question'>The law and legal system...</span>",                       7,"<div class='answer'>Do not affect me</div>",                                      "05|05|05|10|00|00|00","<div class='answer'>Are meaningless</div>",                                   "00|05|10|00|05|00|-5", "<div class='answer'>Are incredibly boring</div>",                                                           "00|00|10|00|00|10|-5","<div class='answer'>Are necessary for the smooth running of society</div>",              "00|00|00|00|00|00|10","<div class='answer'>Are tools used by those above to oppress those below</div>",                                 "10|00|00|00|00|00|-5","<div class='answer'>Are useful from time to time, but not overly important</div>",                         "00|05|00|00|10|00|00","<div class='answer'>Are unnecesary, people should be able to look after themselves</div>",                                         "05|10|00|10|00|00|-5");
QuestionArray[8]    = new Array("<span class='question'>Surprise rent inspection! You...</span>",                  7,"<div class='answer'>Pass. The landlord particularly likes your taste in art prints and antique furniture</div>","-5|00|00|00|05|05|10","<div class='answer'>Pass. Although the landlord asks that you keep the parties down from now on. The neighbours have been complaining</div>","05|00|00|00|00|10|00","<div class='answer'>Fail. The lease says no dogs, and your explanation that <i>technically</i> it's a wolf hold no water.</div>","00|10|00|00|00|00|00","<div class='answer'>Pass. Everything is meticulously neat and organised, although it's probably good the Landlord didn't look <i>too</i> closely at the books on the coffee table</div>","00|00|00|00|10|00|05","<div class='answer'>Fail. Drawing on the walls in crayon is <i>explicitly</i> forbidden in the lease </div>","00|00|00|10|00|00|00","<div class='answer'>Fail. The piles of mouldy crockery in the sink, the overflowing bin and the 'crunchy' floor don't go down very well</div>","00|00|10|00|00|00|00","<div class='answer'>Fail. Those posters you stole do nothing to hide the cracked windows and big holes in the walls.</div>","10|00|00|00|00|00|00");
QuestionArray[9]    = new Array("<span class='question'>The Landlord informs you that you failed the inspection. What do you do?</span>",7,"<div class='answer'>Say \"Surely we can come to some kind of mutually acceptable agreement?\" then offer them a chair and glass of wine</div>","00|00|00|00|05|05|10","<div class='answer'>Say \"Surely we can come to some kind of mutually acceptable 'agreement'?\" then glance suggestively towards the bedroom</div>","00|00|00|00|00|10|00","<div class='answer'>Say \"Surely we can come to some kind of mutually acceptable agreement?\" then offer them a harmonica lesson</div>","00|00|00|10|00|00|00","<div class='answer'>Stare deeply into their eyes and murmur \"This isn't the apartment you're looking for\"</div>","00|00|00|00|10|00|05","<div class='answer'>Glower darkly at them until they get unnerved and leave.</div>","00|00|00|10|00|00|00","<div class='answer'>Snort \"Whatever\" and walk out without looking back</div>","00|10|00|00|00|00|00","<div class='answer'>Attack them with a chair leg</div>","10|05|05|05|00|00|00");
QuestionArray[10]    = new Array("<span class='question'>It's your birthday. What do people get you?</span>",       7,"<div class='answer'>Nothing, I have no friends</div>",                            "00|10|00|10|00|00|00","<div class='answer'>Books, lots and lots of books</div>",                     "00|00|00|00|10|00|05", "<div class='answer'>Opera Tickets</div>",                                                                   "00|00|00|00|00|10|10","<div class='answer'>Rave tickets</div>",                                                 "10|05|00|00|00|05|00","<div class='answer'>Clothing and jewelry</div>",                                                                 "00|00|00|00|00|10|05","<div class='answer'>Money, they've given up trying to choose gifts for me</div>",                          "00|00|10|00|00|00|00","<div class='answer'>Ammunition</div>",                                                                                             "10|10|00|00|00|00|00");
QuestionArray[11]    = new Array("<span class='question'>Your ideal car would be..</span>",                         7,"<div class='answer'>A hearse</div>",                                              "00|-5|05|10|05|-5|00","<div class='answer'>A Rolls Royce</div>",                                     "-5|-5|00|00|05|05|10", "<div class='answer'>A red Ferari</div>",                                                                    "-5|-5|00|00|00|10|05","<div class='answer'>A Harley</div>",                                                     "10|-5|05|00|00|00|-5","<div class='answer'>I don't drive</div>",                                                                        "00|10|05|00|00|00|00","<div class='answer'>A Delorean</div>",                                                                     "00|-5|10|00|00|00|00","<div class='answer'>An innocuous hatchback fitted with an F1 engine</div>",                                                        "00|-5|00|00|10|-5|00" );
QuestionArray[12]   = new Array("<span class='question'>Someone betrays your trust, do you...</span>",             7,"<div class='answer'>Spread the word and totally cut them out of the group</div>", "00|00|00|00|00|10|05","<div class='answer'>Glare darkly and mutter curses</div>",                    "00|00|05|05|10|00|00", "<div class='answer'>Send them vaugely threatening letters in cramped little writing</div>",                 "00|00|10|00|05|00|00","<div class='answer'>Call your friends around and threaten them</div>",                   "05|00|00|10|00|00|05","<div class='answer'>Call your friends around to burn down their house</div>",                                    "10|00|00|00|00|00|00","<div class='answer'>Bide your time until an opportunity comes to strike back</div>",                       "00|10|00|05|00|00|05","<div class='answer'>Bide your time until you've acheived a position where you can <i>really</i> strike back</div>",                "00|00|00|00|05|00|10");
QuestionArray[13]   = new Array("<span class='question'>You're invited to a party, what do you do?</span>",        7,"<div class='answer'>Avoid it at all costs</div>",                                 "00|05|00|10|00|00|00","<div class='answer'>Bring a really good bottle of wine</div>",                "00|00|00|00|00|05|10", "<div class='answer'>Find out who else is going to be there before you even <i>consider</i> attending</div>","00|00|00|00|00|10|00","<div class='answer'>Invite everyone you know and tell them to bring lots of booze</div>","10|00|05|00|00|00|00","<div class='answer'>Only go if it's not going to be too big, and you're not doing anything more important</div>","00|10|00|00|05|00|00","<div class='answer'>See it as a great opportunity to find out what the host is up to</div>",               "00|00|00|00|10|00|05","<div class='answer'>Turn up several hours early and in fancy dress (regardless of whether it's a fancy dress party or not)</div>", "00|00|10|00|00|00|00");
QuestionArray[14]   = new Array("<span class='question'>When you get there you...</span>",                         7,"<div class='answer'>Amble around eavesdroping on everyones' conversations</div>", "00|00|00|05|10|00|05","<div class='answer'>Be the person everyone wants to be seen with</div>",      "00|00|00|00|00|10|00", "<div class='answer'>Dance around with a lampshade on your head</div>",                                      "00|00|10|00|00|00|00","<div class='answer'>Get way too drunk and trash the place</div>",                        "10|05|05|00|00|00|00","<div class='answer'>Hang around outside and chill</div>",                                                        "00|10|00|05|00|00|00","<div class='answer'>Lurk in a corner and try to be invisible</div>",                                       "00|05|00|10|00|00|00","<div class='answer'>Network and make connections</div>",                                                                           "00|00|00|00|05|00|10");