var quiz = {
	questions : [
		{
			text : 'Which of the following types of phishing attacks have been identified by security researchers?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Spear phishing: Highly targeted attacks aimed at particular businesses and/or individuals',
				'b. Vishing: Attacks launched using VoIP technologies',
				'c. Hishing: Attacks launched at hardware and embedded systems',
				'd. SMishing: Attacks launched through SMS',
				'e. All of the above. '
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Make sure to check out the latest news and expert advice in our <a href="http://searchsecurity.techtarget.com/topics/0,295493,sid14_tax299985,00.html" target="_blank">phishing resource center</a>.'
		},
		{
			text : 'Which of the following does <i>not</i> offer any protection against phishing attacks?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Antispyware & antispam software',
				'b. IDS/IPS',
				'c. VPN',
				'd. Web application firewalls',
				'e. Web filters'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Information security expert Ed Skoudis lays out defensive measures that can be used against an emerging threat: <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1288441,00.html" target="_blank">fast-flux phishing</a>.'
		},
		{
			text : 'Botnets utilize which of the technologies below?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Rootkits',
				'b. Trojan horses',
				'c. Worms ',
				'd. Keyloggers',
				'e. All of the above'
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'See how the <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1308645,00.html" target="_blank">Kraken botnet has ballooned to dangerous levels</a> -- and what that means for you and your inbox.'
		},
		{
			text : 'Botnets do <i>not</i> perform which of these actions?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Launch denial-of-service attacks',
				'b. Sniff network traffic',
				'c. Harvest emails ',
				'd. Steal passwords',
				'e. Entirely shut down computer systems'
			],
			answer : 4,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Recent <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1311711,00.html" target="_blank">botnet research has raised ethical concerns</a>. Should researchers send code out to zombie PCs in an effort to shut down botnet armies?'
		},
		{
			text : 'Which represents the best first line of defense when it comes to protecting your organization from email-borne threats?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Intrusion detection systems',
				'b. Desktop antivirus software',
				'c. User education and policies',
				'd. Firewalls',
				'e. Web filters'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Read more about <a href="http://searchsecurity.techtarget.com/topics/0,295493,sid14_tax300030,00.html" target="_blank">information security awareness training</a>.'
		}
	]
};