//Heading displayed on the quiz page
pageHeading="SonicWALL Phishing IQ Test"
var writeResults="true";
var quizLength=10;
var processlocation = "./process.asp";


//Questions
qa = new Array();
qi = new Array();
qt = new Array();
ai = new Array();
at = new Array();
subj = new Array();

qa[0] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[0]="./images/us_phishingiq_1_Q1.jpg";
qt[0]="";
ai[0]="./images/us_phishingiq_1_A1.jpg";
at[0]="";
subj[0]="Paypal";

qa[1] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 1)
qi[1]="./images/us_phishingiq_1_Q2.jpg";
qt[1]="";
ai[1]="./images/us_phishingiq_1_A2.jpg";
at[1]="";
subj[1]="Wells Fargo";

qa[2] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[2]="./images/us_phishingiq_1_Q3.jpg";
qt[2]="";
ai[2]="./images/us_phishingiq_1_A3.jpg";
at[2]="";
subj[2]="IRS";

qa[3] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[3]="./images/us_phishingiq_1_Q4.jpg";
qt[3]="";
ai[3]="./images/us_phishingiq_1_A4.jpg";
at[3]="";
subj[3]="Discover Card";

qa[4] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 1)
qi[4]="./images/us_phishingiq_1_Q5.jpg";
qt[4]="";
ai[4]="./images/us_phishingiq_1_A5.jpg";
at[4]="";
subj[4]="Bank of Choice";

qa[5] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[5]="./images/us_phishingiq_1_Q6.jpg";
qt[5]="";
ai[5]="./images/us_phishingiq_1_A6.jpg";
at[5]="";
subj[5]="Downey Savings";

qa[6] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[6]="./images/us_phishingiq_1_Q7.jpg";
qt[6]="";
ai[6]="./images/us_phishingiq_1_A7.jpg";
at[6]="";
subj[6]="Yahoo";

qa[7] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 1)
qi[7]="./images/us_phishingiq_1_Q8.jpg";
qt[7]="";
ai[7]="./images/us_phishingiq_1_A8.jpg";
at[7]="";
subj[7]="UPS";

qa[8] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[8]="./images/us_phishingiq_1_Q9.jpg";
qt[8]="";
ai[8]="./images/us_phishingiq_1_A9.jpg";
at[8]="";
subj[8]="Paypal";

qa[9] = new Question("Select your answer to question:  ",
 "Phishing",
 "Legitimate",
 "No Answer",
 0)
qi[9]="./images/us_phishingiq_1_Q10.jpg";
qt[9]="";
ai[9]="./images/us_phishingiq_1_A10.jpg";
at[9]="";
subj[9]="IRS";

