var quiz = {
	questions : [
		{
			text : 'Which of the following is not commonly a function of SIM?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Log file collection and management',
				'b. Aggregation and correlation ',
				'c. Normalization and filtering',
				'd. Intrusion prevention and alerting'
			],
			answer : 3,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Get the latest news and research on <a href="http://searchsecurity.techtarget.com/topics/0,295493,sid14_tax299840,00.html" target="_blank">network intrusion prevention</a>.'
		},
		{
			text : 'Which of the following defines normalization in a SIM system?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Collecting events from different systems into a single database',
				'b. Extracting elements from system events and placing them into a common format',
				'c. Linking similar events from more than one system',
				'd. Removing redundant or duplicate information'
			],
			answer : 1,
			score : 1,
			expandedAnswer : '<br>\nA is aggregation, C is correlation, and D is database normalization, which is very different from SIM data normalization. ',
			moreInfo : 'Thinking outside of the traditional security box is a good way to <a href="http://searchsecurity.techtarget.com/tip/0,289483,sid14_gci1255105,00.html" target="_blank">leverage a SIM\'s correlation engine and normalization capabilities</a>. Find out how. '
		},
		{
			text : 'What is typically the first step in choosing a SIM product?',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Defining the business problem to be solved',
				'b. Locating systems that need to be protected',
				'c. Determining budget',
				'd. Determining what data you need to keep'
			],
			answer : 0,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'If you haven\'t already, make sure to check out Adrian Lane\'s podcast, "<a href="http://searchsecurity.bitpipe.com/data/document.do?res_id=1221144536_78" target="_blank">How to choose the right SIM</a>."'
		},
		{
			text : 'Which of the following does SIM provide? ',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Access control',
				'b. Business process analysis',
				'c. Forensic analysis',
				'd. Data loss prevention'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'Learn how \'<a href="http://searchsecurity.techtarget.com/loginMembersOnly/1,289498,sid14_gci1257083,00.html" target="_blank">SIM snapshots</a>\' can give you greater visibility into your security posture (Login required). '
		},
		{
			text : 'SIM is helpful in complying with PCI-DSS through:',
			img : 'http://media.techtarget.com/WhatIs/images/spacer.gif',
			responses : [
				'a. Penetration testing',
				'b. Verifying that sensitive data is encrypted',
				'c. Monitoring access to sensitive data',
				'd. Code analysis'
			],
			answer : 2,
			score : 1,
			expandedAnswer : '',
			moreInfo : 'See why SIMs can <a href="http://searchsecurity.techtarget.com/generic/0,295582,sid14_gci1272044,00.html" target="_blank">help with PCI Requirement 10</a>.'
		}
	]
};