var quiz = {
	questions : [
		{
			text : 'What is the first tool that most enterprises use to reduce the number of employee logons?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Simple Authentication and Security Layer (SASL)',
				'Kerberos/Integrated Windows Authentication',
				'Secure Sockets Layer (SSL)',
				'Web access management',
				'Generic Security Services Application Programming Interface (GSSAPI)'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : '<a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1308058,00.html" target="_blank">Kerberos is one of the most-widely used authentication methods</a> today, but a few experts say that it comes with some weaknesses.'
		},
		{
			text : 'Which cutting-edge authentication technology provides both secure storage and strong authentication?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Authentication as a service',
				'Card-shaped one-time password (OTP) devices',
				'Facial recognition',
				'Personal portable security devices'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'See which <a href="http://searchsecurity.techtarget.com/productsOfTheYearCategory/0,294802,sid14_tax310402_ayr2008,00.html" target="_blank">identity and access management products</a> took first place in the 2008 Readers\' Choice Awards.'
		},
		{
			text : 'Within the "80/20" rule of SSO, which component is not included in the "20 percent effort, 80 percent benefit" model for most organizations?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Kerberos/Integrated Windows Authentication',
				'Web access management (WAM)',
				'Federation',
				'Mainframe consistent sign-on'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how <a href="http://searchfinancialsecurity.techtarget.com/tip/0,289483,sid185_gci1319615,00.html" target="_blank">identity federation standards</a> can ease authentication pains.'
		},
		{
			text : 'When deploying a privileged account management product, which component should be deployed first?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Interactive checkout',
				'Sudu',
				'Programmatic checkout',
				'Windows Service Control replacement'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'See how larger <a href="http://searchsecurity.techtarget.com/magazineFeature/0,296894,sid14_gci1313255,00.html" target="_blank">IAM vendors are looking to round out their suites</a> with enterprise SSO, virtual directories and privileged account management. '
		},
		{
			text : 'Which of the following platforms is the most difficult for the replacement of embedded privileged account passwords?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'Windows services',
				'Compiled configuration file',
				'Shell batch program',
				'Perl script'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Still stuck? Send your <a href="http://searchsecurity.techtarget.com/expert/KnowledgebaseCategory/0,289620,sid14_tax301705,00.html" target="_blank">password and identity management questions</a> to our IAM expert Joel Dubin.'
		}
	]
};