var quiz = {
	questions : [
		{
			text : 'What endpoint encryption product is built into the enterprise edition of Microsoft Windows Vista?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. BitLocker',
				'b. SafeGuard Easy',
				'c. TrueCrypt',
				'd. PGP'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Contributor Tony Bradley reviews the functions of <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1304393,00.html" target="_blank">Windows BitLocker</a>.'
		},
		{
			text : 'Which mobile phone platform offers both strong 256-bit AES encryption and remote wiping capability?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. iPhone',
				'b. Treo',
				'c. BlackBerry ',
				'd. Instinct'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'A reader asks SearchSecurity.com expert David Mortman, "With the current security fervor over President Obama\'s <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1354462,00.html" target="_blank">BlackBerry and its potential to compromise information</a>, do you think it\'s a good idea for any enterprise CEO or vice president to have such a device?"'
		},
		{
			text : 'Which of the following threats does whole-disk encryption protect against?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Spyware',
				'b. Trojan horses',
				'c. Social engineering',
				'd. Physical theft ',
				'e. All of the above'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Should <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1312315,00.html" target="_blank">whole disk encryption tools be used with data backup software</a>? Michael Cobb reviews the products\' distinct roles.'
		},
		{
			text : 'What algorithm allows you to validate that a suspect number is likely a credit card number?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. DES',
				'b. AES',
				'c. Luhn',
				'd. Blowfish'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get the latest news and expert advice on <a href="http://searchsecurity.techtarget.com/topics/0,295493,sid14_tax313222,00.html" target="_blank">data leak prevention</a>.'
		},
		{
			text : 'Which statement best describes the benefits of employing minimization?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. It ensures that only high-level employees like executives and senior managers can store sensitive data on endpoint machines.',
				'b. It automatically filters sensitive data on the network perimeter at the packet level.',
				'c. It reduces the quantity of sensitive information stored within your enterprise. ',
				'd. It prevents any sensitive numerical data from being linked with name and address information.'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'For more in-depth information about how to protect your sensitive data, make sure to check out other lessons in our <a href="http://searchsecurity.techtarget.com/guide/securitySchool/0,296293,sid14_gci1253271,00.html" target="_blank">Data Protection School</a>.'
		}
	]
};